Skip to content

rawat-divyanshu/MERN-Blog-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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/
    

About

MERN Blog Application

Topics

Resources

Stars

Watchers

Forks

Contributors