SarveshLimaye / e-store

A full stack e-commerce clothing app made using MERN stack

Home Page:https://e-store-frontend.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-store πŸŽ‡

A full stack e-commerce clothing app made using MERN stack πŸ‘•

Features βš™οΈ

  • Login/Register using Google account
  • Add item to cart
  • Delete item from cart
  • Payment gateway
  • View Orders

Screenshots πŸ“·

image image
image image
image image

Tech-Stack used 🎯

  • MongoDB
  • Express
  • React js
  • Node js
  • React-router-dom
  • Material-UI

API Used πŸ’»

  • Stripe API
  • Auth0

Pre-requisites βœ…

  • Node js
  • Npm
  • Stripe Account
  • Auth0 Account

Follow the following guide to generate auth0 keys - https://auth0.com/docs/quickstart/spa/react/01-login

Note πŸ“

To proceed with payment use the test credentials provided by stripe - https://stripe.com/docs/testing

Setting up Locally 🚧

  1. Fork the repo

  2. Clone the repo

 https://github.com/[Your_Username]/e-store.git
  1. Navigate to e-store
 cd e-store
  1. Setting up backend
 cd backend
  • Install dependencies
 npm install
  • On a new terminal window start backend
 npm start
  1. Setting up frontend
 cd frontend 
  • Install dependencies
 npm install
  • On a new terminal window start frontend
 npm start

Do drop a star if you loved this project ⭐

About

A full stack e-commerce clothing app made using MERN stack

https://e-store-frontend.vercel.app/

License:MIT License


Languages

Language:JavaScript 95.3%Language:HTML 4.6%Language:CSS 0.0%