Skip to content

0xdevsachin/BlogBackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogger Blog Website

Blog Website Built using MERN Stack

Client Code Link


This Repo Contains Back End Code


Run the Server Locally


Clone the repository

git clone https://github.com/0xdevsachin/BlogBackEnd.git

Install Dependencies. Make sure you have nodejs already installed in your System

npm install 

After Installing dependencies run the Server by Hitting this command

npm start 

If You Follow Every Step Correctly Server will be Start Running at Port 8080 or Whatever Port you Define in your .env file