/mern_shop

Primary LanguageJavaScriptMIT LicenseMIT

Devmeet

https://prop-shop.onrender.com/

This is a singler seller e-commerce platform where people can sell their products and increase their online presence, a MERN stack application that includes authentication, profiles and reviews, buy, sell, last orders and admin panel.


Setup

Make a .env file in root folder with the following

PORT=5000
MODE=Development
MONGO_URI=
JWT_SECRET=

Install server dependencies

npm install

Install frontend dependencies

cd frontend
npm install

Run both Express & React from root

npm run dev

Build for production

cd client
npm run build

Screenshort of the Project