Based on my previous To Do List Version-1. I have added Database to it!
This is a website made using,
Node.js
express.js
MongoDB
Mongoose
Body-parser
Modulelodash
Module
Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parser
npm i mongoose
npm i lodash
- Run the following command:
git clone 'https://github.com/yashdoshi12/To_Do_List_Version-2.git'
-
cd
to the cloned folder:
cd To-Do_List_Version-2
- Install required
npm
pakages
npm i
Special thanks to @angelabauer. Thanks!