Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 677 Bytes

Task Manager

This is a task-manager API having the following features:

  • Authentication
  • Support for file uploads
  • Support for sorting, pagination and filtering of tasks
  • Sending emails to users at signup and account deactivation

Things learnt while doing this project

  • Implementing REST API's
  • Integrating Cloud Database into webapp(MongoDB Atlas)
  • Setting up authentication and multi-user support(using JWT)
  • Advanced POSTMAN use
  • Figuring out file uploads and image manipulation before uploading to database
  • Integrating SendGrid(Message Sending Service) into Webapp
  • Testing NodeJS webapp using JEST ( This is the new important thing that I learnt )