Skip to content

ahammedhridoy/MERN_Blog_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

image

MERN Stack Blog Website.

Description

Multi-Author blog website.

Installing

  • Clone the repository
  • Install all dependency

Executing program

  • Clone the repository
git clone https://github.com/ahammedhridoy/MERN_Blog_APP.git
  • Navigate to the project directory
cd MERN_Blog_APP
  • Navigate to client
cd client
  • Install dependencies
npm install
# or
yarn
  • Start the development server
npm run dev
# or
yarn dev
  • Navigate to the server
cd server
  • Install dependencies
npm install
# or
yarn
  • Start the development server
npm start
# or
yarn start

License

This project is licensed under the Ashik Ahammed Hridoy.