Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 470 Bytes

Todo-Application-using-MEAN

This project uses Mongo, Express, Angular and Node to create a simple todo planner #Running this application

  1. clone this project to your local computer
  2. Make sure you have node installed. then cd into the project
  3. from cmd type: node server.js to get the server started
  4. 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