Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 286 Bytes

restful-blog-app

Very simple blog app based on restful routes concept.

To run application:

  1. git clone https://github.com/next39/restful-blog-app.git
  2. cd restful-blog-app
  3. npm install
  4. mongod (mongo demon)
  5. node app.js

*node.js and mongoDb are require to run application