E-commerce site using MERN stack
- Download the project files using
git cloneor just by downloading the zip file. - Go to myShop folder and run
yarn addoryarn install. - Then go to Frontend folder using the command
cd Frontend - Run
yarn addoryarn installagain. - Go back to myShop folder using
cd ..
You need to setup the environment variables first to run this project
NODE_ENV=development or production
PORT=5000
MONGODB_URL=mongodb database link
JWT_SECRET=Anything you want I guess.
- Run
yarn devin your terminal.