Skip to content

vedantbothikar/task-manager-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

Description :

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.

Tech Stack :

Nodejs, Express, MongoDB

Features :

  1. User can create their accounts and also add a profile picture
  2. Users can perform all the CRUD operations on the tasks which are stored in the Cloud
  3. Automatic email sending using SendGrid
  4. Users can also delete their accounts if they wish to

Get started :

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published