Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 349 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 349 Bytes

MERN BLOG app

A blog with all CRUD functinality

Usage

Add your environment Variable in .env file

Install dependencies

# Backend dependency - Express Js - Node 
npm install

# Frontend dependency - React and Redux 
cd frontend
npm install

Run Server

npm run server

Demo

https://mern-blog-hpgm.onrender.com/