Blog App

About The Project


In this project user can add blogs and read the added blogs Technologies Used :-

  • MongoDB
  • React Js
  • Node Js
  • Express

The project is completely responsive too.

Running this project

Run Locally

bash set .env file in root directory PORT=5000

Clone the project

bash git clone https://github.com/muhammad-nishad/eqaimBlog-Server.git

Go to the project directory backend

bash cd backend

Install dependencies

bash npm install

Start the server

bash npm run server