Skip to content

Rachit-Goel/Goel-Medz-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Goel-Medz-shop

Working on an E-commerce web app for medical store products.

Features

API-Server:

  1. Users can register, login (authentication is done using JWT for admin or other users).
  2. CRUD APIs for users, products, orders, cart.
  3. State management is done using Redux and Redux Persist to persist the app's state like user login and cart on reload.
  4. Once we have added products to the cart, we can checkout using Stripe.

Client side:

  1. App components uses react, styled-components, material-ui, react-redux.

Credentials for testing

  • Stripe checkout

image

  • Admin account
    • username: user1
    • password: 12345

Tech Stack

  • MongoDB Atlas
  • React.js
  • Express.js
  • Node.js
  • Redux.js
  • JSON Web Tokens or JWTs
  • React- Stripe Checkout