Live Link - https://blog-web-app-mern.herokuapp.com/
-
- Clone this repo
git clone https://github.com/iamPiyushNagpal/Blog-App-MERN.git
- Go to folder
cd Blog-App-MERN
- Create .env file at the root of the project and define the following
NODE_ENV= PORT= MONGO_URI= JWT_SECRET=
- Install required packages
npm install cd frontend && npm install cd ../
- Run the server
npm run dev
- Once started, you can visit http://localhost:3000