- Create a MongoDB and enter the MONGODB connection URI in .env file
- Run
npm install - Run
npm run start:devto start the server
- Get all tasks
GETrequest -/api/v1/tasks - Create a task
POSTrequest -/api/v1/tasks - Update a task
PATCHrequest -/api/v1/tasks/:id - Delete a task
DELETErequest -/api/v1/tasks/:id