Blog website with nodeJS

Preview

Features

  • Simple Blog website
  • Compose your blogs
  • Read blogs

Technologies used

  • Node Js
  • Express
  • EJS
  • MongoDB
  • HTML/CSS
  • Bootstrap

How to setup!

  • Download this repo
  • Run npm i (this will download node modules)
  • Setup DataBase connection either by mongo ATLAS or mongoDB on you machine

Edit this line of code in the app.js

mongoose.connect("URL");

URL = mongodb://localhost:27017/DatabaseName

OR

URL = URL provided by your mongo ATLAS service


Thanks your viewing my repo