Skip to content

In this Web application, Users can Authenticate in website and Order, products and Pay Online using Paypal Id or Credit , Debit Cards, admin can review users, products and orders and make changes in them

Notifications You must be signed in to change notification settings

ramit0407/OnShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnShop eCommerce Platform

eCommerce platform built with the MERN stack & Redux.

Features

  • Full featured shopping cart
  • Product reviews and ratings
  • Top products carousel
  • Product pagination
  • Product search feature
  • User profile with orders
  • Admin product management
  • Admin user management
  • Admin Order details page
  • Database seeder (products & users)

Env Variables

Create a .env file in then root and add the following

NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'

Install Dependencies (frontend & backend)

npm install
cd frontend
npm install

Run

# Run frontend (:3000) & backend (:5000)
npm run dev

# Run backend only
npm run server

Build & Deploy

# Create frontend prod build
cd frontend
npm run build

About

In this Web application, Users can Authenticate in website and Order, products and Pay Online using Paypal Id or Credit , Debit Cards, admin can review users, products and orders and make changes in them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages