REST API for making CRUD operations with Tasks, as well as importing existing tasks from a CSV file.
- GET /tasks
- POST /tasks
- PUT /tasks/:id
- DELETE /tasks/:id
- PATCH /tasks/:id/complete
Node.js HTTP Server, JSON database
REST API for making CRUD operations with Tasks, as well as importing existing tasks from a CSV file.
JavaScript