Skip to content

TodoApp using nodejs and mongodb using expressjs library

Notifications You must be signed in to change notification settings

mahecode/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--In run order to run this app
--First of fall install these modules
1.body-parser: 1.18.3
2.ejs: 2.6.1
3.express: 4.16.3
4.mongodb: 2.2.35
--using command
 npm install body-parser --save
 npm install ejs --save
 npm install express --save
 npm install mongodb@2.2.35 --save
-- just download the nodejs and simply fire this command in command prompt
-- In order to store the database simply install mongodb from there official website

 npm start

About

TodoApp using nodejs and mongodb using expressjs library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published