Khamzat995 / MERN-probe1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-Ecommerce

Ecommerce website built with the MERN stack with React Context API for state management, pure CSS for style

Author: Khamzat995

Install dependencies for server

npm install

Install dependencies for client

cd client ---> npm install

Connect to your mongodb and add info in .env

Run the client & server with concurrently

Run project

npm run dev

cd client npm start

Run the Express server only

npm run server

Run the React client only

npm run client

Server runs on http://localhost:5000 and client on http://localhost:3000

Accounts

User: email: quang1234@gmail.com, password: 123456

Admin: email: quang123@gmail.com, password: 123456

User interface

About


Languages

Language:JavaScript 84.3%Language:CSS 14.0%Language:HTML 1.1%Language:Shell 0.6%