Skip to content

DivyaJana522/Todo_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Todo_List

#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?

  1. Download the zip file
  2. Open the command prompt and go to the root directory
  3. npm install ( it includes the node modules in the root directory)
  4. nodemon app.js (or) node app.js 5.add/delete items in the list
  5. you can even create a new list and perform the same operations

#Technology Stack/Requirements: Node.js, Express.js, MongoDB, Mongoose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published