Skip to content

deepak821/ToDo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-List

CRUD operation implementation to make simple ToDoList

Tech Stack : HTML | PUG | Express JS | Node JS | MongoDB | Heroku | MONGODB ATLAS


Features includes :

WhatsApp Image 2020-09-15 at 12 16 26 AM WhatsApp Image 2020-09-15 at 12 16 26 AM (1)

WhatsApp Image 2020-09-15 at 12 16 26 AM (2)

WhatsApp Image 2020-09-15 at 12 16 27 AM

WhatsApp Image 2020-09-15 at 12 16 27 AM (1)

Steps to have the app running on your local server

  • Fork and clone the repository.
  • Open Terminal in the cloned directory.
  • hit npm i(install npm)
  • Now you can run the To-Do list on your machine.Remember,prior to doing that you need to create a mongo db and add it to the index.js file or use my own DB.
  • After completing the above steps, run node index.js in the terminal along with that,hit mongod in another terminal. After few mins it will start on the browser and you are good to go!