Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 369 Bytes

File metadata and controls

10 lines (7 loc) · 369 Bytes

RestFulBlogApp

This is a Node js application which uses mongodb and some node tools to edit, update and delete a blog.

Just go to your console in the folder's directory and command "npm install". after that run your mongodb server $/> mongod and run app.js $/RestFulBlogApp > node app

Open browser and got to link https://localhost:3000

Boom You are good to go..