an E-commerce Website built with MERN stack.
after cloning, run this command in the root folder
npm install
navigate to "frontend" folder, run these commands
npm install
npm run build
wait for application build after that open the backend/config/config.env and update the MongoDB connection string
...
DB_LOCAL_URI=mongodb://localhost:27017/jvlcart
navigate back to "root" folder and run this command for loading demo data
npm run seeder
run this below command to run the app in production mode
npm run prod
open the http://localhost:8000 and test the