- user can see items available
- user can register user
- user can login
- user can buy items
- user can see price of item and total amount
- user can decrease number of items in cart and increase
- user can add more than one item to the cart
- user can remove item from cart
- user can check out
Steps
- clone repository https://github.com/Hafizalimi7/Online-Shop.git
- cd into client run npm install to get all dependencies
- While in client folder run npm start to start the server
- cd into server run npm install to get all dependencies
- While in server folder run npx nodemon to load up backend server
- Stripe Payment
- redux
- getbootstrap
This project was bootstrapped with Create React App.