Skip to content
/ Blog-App Public

A full stack blog app built using MERN stack

Notifications You must be signed in to change notification settings

AA-18/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOG APP

alt text alt text This is blog app built using MERN stack. To run app locally on your machine=>

  1. Run npm install for both frontend and backend
  2. Connect to the database
  3. Run backend server (node app.js)
  4. Run frontend server (npm start)