Rest API Developed with NodeJS. Libraries: Express, Mongoose, Jest and others. API: Sendgrid. Database: MongoDB.
Task Manager was a RESTful API project developed during The Complete Node.js Developer Course on Udemy Platform.
The main objective of this API is to serve users with a simple tool to manage their daily tasks.
This project was developed with the following technologies:
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.