Notes API
Workshop demo for AWS ECS deployment
Endpoints
GET /api/notes- List all notesGET /api/notes/:id- Get a notePOST /api/notes- Create a notePUT /api/notes/:id- Update a noteDELETE /api/notes/:id- Delete a noteGET /api/health- Health check