iamabdur / E-Commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVL cart

an E-commerce Website built with MERN stack.

Instructions

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

Test

open the http://localhost:8000 and test the app

License

MIT

About


Languages

Language:JavaScript 95.0%Language:CSS 4.0%Language:HTML 1.0%