nimishbhandari / mern_shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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








About

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 0.8%Language:CSS 0.2%