Skip to content

riston/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog example

To run the example you need node.js and some initalized data into mongodb. The collections are user, post.

Adding init data to mongoDB(located in data directory), test user is admin and password is also admin

mongoimport -d blog -c user init.js

Run the blog

node app.js

About

Simple blog example with node.js (express and mongojs)

Resources

Stars

Watchers

Forks

Packages

No packages published