Multi Vendor ecommerce website for online shopping, it's allows multi vendor features to allow sellers to sell on this website.
Make sure you have installed all of the following prerequisites on your development machine:
To run this project, you will need to add the following environment variables to your .env file in server directory
PORT
= 5000
DB_URL
DB_NAME
JWT_SECRET
SHIPROCKET_EMAIL
SHIPROCKET_PASS
SHIPROCKET_PICKUPID
= Delhi
MAIL_USER
MAIL_PASS
MAIL_FROM
= Ecommerce <email@gmail.com>
ADMIN_MAIL
RAZORPAY_ID
RAZORPAY_SECREt
Clone the project
git clone https://github.com/ansonbenny/MultiVendor-Ecommerce.git
Go to the server directory
cd MultiVendor-Ecommerce/SERVER
Install dependencies
npm install
Start
npm start
Go to the client directory
cd MultiVendor-Ecommerce/Client
Install dependencies
npm install
Start
npm run dev