Task manager application built using NODE JS and MongoDB. It follows a RESTFul API design architecture. The app sends an email notification upon registration and deactivation of the user's account. It's richly built with a simple scientific technique and best practices in the world of API design.
- Create Task
- Update a Task
- View All task
- View Specific Task
- Delete a Task
Methods | Endpoints | Access | Description |
---|---|---|---|
GET | /tasks | Public | get All Tasks |
POST | /tasks | Public | create a Task |
GET | /tasks/:id | Public | check out a task |
PATCH | /tasks/:id | Public | Update a Task |
DELETE | /tasks/:id | Public | Delete a Task |
You can fork the repository and send pull request or reach out easily to me via twitter => Shoaib Naseer
If you discover a security vulnerability within the project, please create an issue. All security vulnerabilities will be promptly addressed and appreciated.