#Aim: Create a Dynamic Todo list where you can add and delete events.
#Approach: Whatever route you add, the respective list will be created. Example: localhost:3000/Party - creates a new party list, localhost:3000/Festivals - creates a new festivals list where you can add and delete the events from the database
#How to run the project?
- Download the zip file
- Open the command prompt and go to the root directory
- npm install ( it includes the node modules in the root directory)
- nodemon app.js (or) node app.js 5.add/delete items in the list
- you can even create a new list and perform the same operations
#Technology Stack/Requirements: Node.js, Express.js, MongoDB, Mongoose