Table of Contents
Basically the project is a login page with authentication and then a task area. Back-end works as an API and provide the pages.
To get a local copy up and running follow these simple steps.
- Node.js
- NPM
- MongoDB instance running
-
Clone the repo
git clone https://github.com/Carlos-E-Souza/ToDo.git
-
Add your MongoDB local Url to the enviroment variables in your terminal.
-
Add the other env. var's. to your terminal too.
-
Install NPM packages
npm install
-
Then run this on terminal
npm run start