Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 889 Bytes

File metadata and controls

50 lines (28 loc) · 889 Bytes

MERN-Blog-Application

This a Blog Application I built using the MERN Stack.

Installation and Running

For running this project you will need node and npm installed globally on your machine.

  1. Clone the Project onto your Machine using the following git command

    git clone https://github.com/rawat-divyanshu/MERN-Blog-Application
    
  2. Go into the directory where the project now lives.

    cd MERN-Blog-Application
    
  3. Now for both Client and Server go to the individual directories and install the dependencies by using following command.

    npm install
    
  4. Start the app.

    npm start
    
  5. Visit the Client App at

    http://localhost:3000/
    

    and the Server at

    http://localhost:5000/