Skip to content

Blog Website created with node, express, ejs, and MongoDB

Notifications You must be signed in to change notification settings

J0K3Rn/Blog-Website

Repository files navigation

Blog-Website

Blog Website created with node, express, ejs, and MongoDB

Ready to be deployed using MongoDB Atlas and Heroku

Features:

  • Dynamically generated pages/urls
  • lodash
  • Create new dynamic pages

How to run application:

  • Start a MongoDB Shell
  • Download repository
  • Open downloaded repository with a command line interface
  • Run 'npm install' and then 'nodemon app.js' in terminal in root directory of repository
  • Visit the site by opening a browser and going to the url: 'localhost:3000'
  • Create new posts by going to the url: 'localhost:3000/compose'

Homepage:

alt text

Blog Post example:

alt text

Compose Page:

alt text

Contact Page:

alt text