Skip to content

tanmayc07/Blog-App

Repository files navigation

cover-image

GitHub closed issues Github status Github status Github status

Think it. Write it

A Blogging website built with Nodejs 🖋️

How to run code locally

  1. Clone the repository

  2. Download all the packages and it's dependencies. Open the terminal and type

npm install
  1. Create .env file and insert proper key values (refer .env.sample).

  2. Install migrate-mongo globally

npm install -g migrate-mongo
  1. Migrate up
migrate-mongo up
  1. To start the development server run
npm run startDev

Snapshots

cover-image

cover-image

cover-image

cover-image

cover-image