Task Manager API

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

1)Install Postman
2)Download Mongo Atlas to Manage your Collections
3)Create And Use Your SendGrid Mail API KEY
3)Inside The Root Directory Create a config folder and store all the key value pair on process.env.<xyz>

Installing

A step by step series of examples that tell you how to get a development env running

1)Get The Repository

git clone https://github.com/arjunadhikary/task_manger_api.git

2)Install npm packages

npm i

3)Run the project

npm run dev