This project uses Mongo, Express, Angular and Node to create a simple todo planner #Running this application
- clone this project to your local computer
- Make sure you have node installed. then cd into the project
- from cmd type: node server.js to get the server started
- access the application from your browser by typing: localhost:5002
Note: You can use any port, just make sure you specify the port to use in the server.js file