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

A well tested REST API having authentication, support for file uploads, pagination and filtering, as well as email integration.

Notifications You must be signed in to change notification settings

dash-anurag/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 )

About

A well tested REST API having authentication, support for file uploads, pagination and filtering, as well as email integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published