Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.61 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.61 KB

Task Manager API

Rest API Developed with NodeJS. Libraries: Express, Mongoose, Jest and others. API: Sendgrid. Database: MongoDB.

Made by felipefrm

📝 About

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.

🧰 Technologies and Modules

This project was developed with the following technologies:

🤔 How to contribute

  • 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.

Made by 💚 Felipe Melo