Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 503 Bytes

Blog-app

This site lets you write blogs.It is built using nodejs,mongodb,express and hosted on heroku. Blog link

Features:

  • Here anyone can write blogs belonging to any topic.
  • View blogs created by other users.
  • Add comments. Upload Image url.
  • You have to register account to add a blog or comment.

Using blog-app

  • Install all the packages in file package.json by using. :

npm install (packages names)

Run app.js by.:

node app.js