zeapherine / personalBlog

full stack web application using : node JS, Express, mongoDB, Mongoose

Home Page:https://thawing-earth-23550.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personalBlog

This is a Blog website build using : node JS,EJS, Express, mongoDB, Mongoose.

For the backend it uses Heruko for server with mongoDB atlas cluster for the database which is hosted in aws.

usage:

after downloading run:

Local Setup

npm install

node app.js

The website can be accesed in your local machine

 homepage path:       http://localhost:3000             : This is the starting page displaying the blog.
  
 compose path         http://localhost:3000/compose     :  To add new post go to this path.

Live website can be accesed in

  homepage path:       https://thawing-earth-23550.herokuapp.com/             : This is the starting page displaying the blog.
  
 compose path         https://thawing-earth-23550.herokuapp.com/compose     :  To add new blog post.

About

full stack web application using : node JS, Express, mongoDB, Mongoose

https://thawing-earth-23550.herokuapp.com/


Languages

Language:JavaScript 56.2%Language:EJS 35.4%Language:CSS 8.4%