Skip to content

kimyong8175/ecommerce

Repository files navigation

Ecommerce-Project-MERN

E-commerce project is built with MERN stack & Redux-toolkit

💻 프로젝트 소개

ecommerce-combined-v2 Demo: www.yongcommerce.com

🛠 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
  • Mark orders as delivered option
  • Checkout process (shipping, payment method, etc)
  • PayPal / credit card integration
  • Database seeder (products & users)

⚙️ Technologies

🔐 Env Variables

Rename the .env.example file to .env and add the following

NODE_ENV = development
PORT = 8080
MONGO_URI = your mongodb uri
JWT_SECRET = your jwt secret
PAYPAL_CLIENT_ID = your paypal client id
PAGINATION_LIMIT = number you want
PAYPAL_APP_SECRET=<your_paypal_secret>
PAYPAL_API_URL=https://api-m.sandbox.paypal.com

Install Dependencies (frontend & backend)

# Clone this repository
$ git clone https://github.com/kimyong8175/ecommerce.git

# Go to the repo
$ cd ecommerce

$ npm install
$ cd frontend
$ npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published