Skip to content

A blog application using nodeJS, ExpressJS, MongoDB and Handlebars as templating engine

Notifications You must be signed in to change notification settings

ujjwalshukla/blog_express_mongodb_handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog_express_mongodb_handlebars

A blog application using nodeJS, ExpressJS, MongoDB and Handlebars as templating engine

It has options to create new posts, view them and edit them

#######################################################################################

To run the application, clone it to your local folder

npm install

Install mongodb server, and create a folder "/data" in the directory.

start mongo server using

mongod --dbpath="/path/to/data"

start the application from the directory

npm start

About

A blog application using nodeJS, ExpressJS, MongoDB and Handlebars as templating engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published