Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 571 Bytes

File metadata and controls

16 lines (13 loc) · 571 Bytes

Blog-post

A web app for share your thoughts among others by composing blogs.

Neccessary things to be already install in local systems:

  1. node.js
  2. mongodb

For using the repo follow below steps:

  1. git clone https://github.com/sumit-03/Blog-post.git.
  2. go to cloned repo directory through command line.
  3. issue "npm install" in command line.
  4. run the server using nodemon app.js [or node app.js] from command line.

routes available:

  1. "/compose" for composing a blog.
  2. "/post/post_title" for heading to a particular blog-post. GUI is alo provided for that.