Upgrade to the todolist app with mongoDB intergration
Click the link to visit the App
To build the app
$ npm i
and then use
node app.js
OR
nodemon app.js
to run the app
- Intro to DB
- Basics of mongoDB
- Implementing mongoDB to keep our data safe when server restarts
- Add some kind of authentication so that tasks show up for particular users