No description
  • JavaScript 66.3%
  • EJS 27.5%
  • CSS 6.2%
Find a file
2016-02-15 06:34:48 +05:30
public removed datetimepicker 2016-02-15 06:04:03 +05:30
routes added basic app features 2016-02-15 06:03:25 +05:30
views added basic app features 2016-02-15 06:03:25 +05:30
.gitignore added google place search 2016-02-13 21:12:37 +05:30
app.js remove jsdom 2016-02-15 06:27:00 +05:30
db.js added basic app features 2016-02-15 06:03:25 +05:30
package.json update package.json 2016-02-15 06:30:06 +05:30
README.md added instructions 2016-02-15 06:34:48 +05:30

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:3000 in your browser