mirror of
https://github.com/vipul-sharma20/todo-nodejs.git
synced 2026-06-28 08:33:04 +00:00
No description
- JavaScript 66.3%
- EJS 27.5%
- CSS 6.2%
| public | ||
| routes | ||
| views | ||
| .gitignore | ||
| app.js | ||
| db.js | ||
| package.json | ||
| README.md | ||
todo-nodejs
How to run ?
- Start MongoDB process from command line by
mongod(Install MongoDB from https://docs.mongodb.org/manual/installation/ - Clone the repository by
git clone git@github.com:vipul-sharma20/todo-nodejs.git - Run
npm install - Run
node app.js - Open
http://127.0.0.1:3000in your browser