/Blog-Website

Primary LanguageJavaScript

Blog-Website

  • A blogging website which allows you to compose & publish posts
  • Created using - EJS, Node.js, Express.js, CSS , MongoDB

Features

Home Page

  • Can navigate to About Us & Contact Us
  • Can view all the posts
  • Can read more about any posts

alt text

Compose

  • Can compose new posts

alt text

Full Blogs alt text

Installation

  • Fork/clone this project to your local machine
  • Go to the location where project is downloaded in your terminal
  • Download all the dependencies
> npm install
  • Create blogDB by running app.js in mongo shell and using mongoose
  • Start the by running app.js
  • Run your project on localhost:3000