Skip to content

AhmadMujahid2k/Blog-App-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Create .env files
    Copy the .env.example file to create .env files in both the backend and frontend directories.

  2. Install dependencies
    Run the following command in both frontend and backend:

    npm install
    
  3. Start Backend To start the backend server, run:

    npm run start
    
  4. Start Frontend To start the frontend server, run:

    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published