- client - Angular FrontEnd
- server - Node+Express+MongoDB Backend
- Node.js & npm installed
- MongoDB installed
- Download this repo
- Open terminal in the root directory(Simple-Todo-MEANStack)
- cd to server
- Run 'npm install' command
- cd to client
- Run 'npm install' command
Start the server
- cd to server
- Run 'node server.js' or 'npm run serverstart'(if nodemon is installed)
Start the client
- Open another terminal
- cd to client
- Run 'ng serve' command
- After the compilation is complete, Open the browser and type 'localhost:4200/login' or 'localhost:4200 register' or 'localhost:4200/lists'(which will redirect to /login if not logged in)
NOTE:
- To Edit the Task Description, click on it, edit and click anywhere else on the screen and the decription will be updated
- To Delete a task click on the 'X' mark presnt in front of task name
- To Mark Complete click on the Done button in front of the task