Skip to content

🧾 A Blog website made with EJS, Nodejs, Expressjs and MongoDB

Notifications You must be signed in to change notification settings

ssahibsingh/blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website

This Blog Website is created with the help of Node.js, Database MongoDB and deployed using Heroku

Demo

https://blog-6lel.onrender.com/

Features

  • Compose New Post

    https://blog-6lel.onrender.com/compose

  • Dynamically get a Web Page for your Post

Run Locally

Clone the project

  git clone https://github.com/ssahibsingh/blog-website.git

Go to the project directory

  cd blog-website

Install dependencies

  npm install

Start the server

  node app.js

Change MongoDB Connection String

  Change Connection String in app.js

Screenshots

App Screenshot

Environment Variables

MONGODB_URI - MongoDB Connection String

Documentation