Skip to content

psampath/mean-demo-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-demo-blog

Demonstration of the MEAN stack with a simple blog app.

Install Mongo

http://docs.mongodb.org/manual/installation/

Sample Data

Import sample data:

mongoimport -h localhost -d mean-demo-blog -c posts data/posts.json

Running

From within project root, run node app.js. Navigate to localhost:3000/posts to view demo.

About

Demonstration of the MEAN stack with a simple blog app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • HTML 13.0%
  • CSS 5.4%