Blog-application

blog application using mern stack

Stars
0
Committers
1

MERN-Blog-Application

This is the BLog Application Web App developed using MERN Stack

I have used MongoDB Atlas as a Database

The user can perform CRUD operations and can see the blogs posted by others.

View Demo

Demo Images

Before Running this application

To run this application

To Run from Root Directory

npm run dev (concurrently run server and client)

or

npm run server (only run backend)

npm run client (only run frontend)

To Run Backend

npm --prefix backend start (node)

or

npm --prefix backend run server (with nodemon)

or

cd backend

npm install

npm start

To Run Frontend

npm --prefix frontend run client

or

cd frontend

npm install

npm run dev

Related Projects