An application that provides REST-api to perform CRUD operation for coordinates
- Please run: npm run start
- once started, the application will be available from http://localhost:3000/
REST Endpoints:
- GET /coordinates -> fetchAll
- POST /coordinates -> create
- GET /coordinates/:id -> fetchById
- PUT /coordinates/:id -> update
- DELETE /coordinates/:id -> delete