An EJS template application, developed using Node.js and MongoDB, which works as a to-do list for planning your daily tasks!
1. Add new items to list, press the + button
2. Delete the done items by clicking the checkbox
3. Manage your time effectively by installing this simple application!
1. npm install express
2. npm install body-parser
3. npm install mongoose
1. cd/Desktop/todolist-v1
2. nodemon app.js
3. To access the mongoDB database,run "mongo" on Hyper terminal