woinbo / Blog-Website-nodejs

Home Page:https://powerful-citadel-49249.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://powerful-citadel-49249.herokuapp.com/


Languages

Language:JavaScript 58.4%Language:HTML 33.5%Language:CSS 8.1%