A web app for share your thoughts among others by composing blogs.
Neccessary things to be already install in local systems:
- node.js
- mongodb
For using the repo follow below steps:
- git clone https://github.com/sumit-03/Blog-post.git.
- go to cloned repo directory through command line.
- issue "npm install" in command line.
- run the server using nodemon app.js [or node app.js] from command line.
routes available:
- "/compose" for composing a blog.
- "/post/post_title" for heading to a particular blog-post. GUI is alo provided for that.