This is a Task Manager API which is able to perform all the CRUD(Create, Read, Update, Delete) Operations on tasks created by the users. This project was made by the vision of understanding the concepts of Nodejs at a deeper level. This API was created using the help of Postman which helped a lot to send HTTP requests and know well how the API works. This API is connected to a MongoDB Atlas where it stores the user profile information like it's name, email address and profile picture and the tasks which the user has created.
Nodejs, Express, MongoDB
- User can create their accounts and also add a profile picture
- Users can perform all the CRUD operations on the tasks which are stored in the Cloud
- Automatic email sending using SendGrid
- Users can also delete their accounts if they wish to
You can clone this repository and and then run "npm i" in the terminal to install all the dependencies. Once installed you can use this API using Postman.