Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.99 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.99 KB

Stickers - eCommerce

Welcome to Stickers! This is an eCommerce project built with MERN stack, and Stripe API. Users can purchase individual stickers or sticker packs.

The application also uses Redux to persist user login session (JWT) and cart items on the client side.

How to use

Step 1: On your cli, go to the client folder and type npm install, then type npm start to start the client.

Step 2: Repeat the same steps in the server folder but on a different cli terminal.

Step 3: Go to http://localhost:3000 to start shopping.

Screenshots

Home:

Home - Slider1 Home - Slider Home - Categories Home - Popular products

Register & Login

Register

Login

Products

Products List Product Details

Cart and Payment

Cart Stripe Payment Stripe Payment - credit card

Happy shopping!