To-Do List web application using EJS CSS Node.js Express.js MongoDB
Add page for adding To-Do List
View page for viewing To-Do List sorted by date
To edit To-Do List you need to login first (username=admin, password=pass)
Edit page for editing To-Do List or delete To-Do List
- Download the code
- Install MongoDB Community Server & MongoDB Compass
- Navigate to inside the project folder on terminal
- Run
npm install
- Run
npm start
- View the app at
http://localhost:3000/