Skip to content

tanmayc07/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f741484 · Feb 9, 2021

History

15 Commits
Nov 1, 2020
Nov 22, 2020
Nov 1, 2020
Nov 1, 2020
Nov 22, 2020
Feb 9, 2021
Nov 22, 2020
Nov 22, 2020
Nov 1, 2020
Aug 11, 2020
Aug 3, 2020
Aug 3, 2020
Nov 1, 2020
Feb 9, 2021
Nov 1, 2020
Nov 1, 2020
Nov 1, 2020

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