ecom-MERN

Fully functional ecommerce web-application using MERN (MongoDB, ExpressJS, ReactJS, NodeJS)

Stars
7

ECOMMERCE-MERN

Fully functional ecommerce web-application using MERN (MongoDB, ExpressJS, ReactJS, NodeJS)

ENV VARIABLES

Add your config variables values in the config.env file in backend/config folder.

INSTALL DEPENDENCIES (Backend)

npm i

SEED DATABASE

Use the following commeand to put some dummy products in that database. Run it in the root folder.

npm run seeder