A Node.JS Based Task Manager Rest API for consumption by an front-end. This API includes UserManagement to store user specific tasks and retrieving from DB. For Storing of the tasks it uses MongoDB.
##Getting Started
To get started with the project, clone and download the project and once inside the project folder run the following command to install the dependences:
npm install
To Run the Rest Api Locally, run the following which starts the Dev Server:
npm run dev
Feel free to fork it and make it your own. Any suggestions or fixes are Welcome :)