ToDoList using MEAN-stack. Using this app, you can create your task, edit, remove and update it. This project is using Angular version 1.6.6, Express.js version 4.1.5, Node.js version 6.11.3, MongoDB version 3.4.
Before running the app, download MongoDB and Node.js.
Also in cmd.exe in the project folder run npm install.
Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.
Before running our app - run mongod.exe.
In project folder in cmd.exe run node server.
The name of MongoDB database used in this project is ToDo.