Skip to content

Version 2 of the todolist app which uses mongoDB so that tasks dont get deleted after the server restarts

Notifications You must be signed in to change notification settings

mehulpuri/todolistv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-v2

Upgrade to the todolist app with mongoDB intergration

Deployed App

Click the link to visit the App

Instructions

To build the app

$ npm i

and then use

node app.js 

OR

nodemon app.js 

to run the app

What I Learnt

  • Intro to DB
  • Basics of mongoDB
  • Implementing mongoDB to keep our data safe when server restarts

Tasks to do:

  • Add some kind of authentication so that tasks show up for particular users

About

Version 2 of the todolist app which uses mongoDB so that tasks dont get deleted after the server restarts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published