You can check the website here Heroku.
It's a basic e-commerce web application that sells clothes. The user can browse through the products even when they're not logged in. Still they can sign up and sign in in order to purchase roducts.
- The user should be able to sign up or sign in.
- The user can view the produc's details when they're not signed in.
- The user should be able to see all products that he added in his cart when he moved to the cart page.
- The user should be able to delete any product from his cart.
- Open gitBash wherever you want to save the project on your device.
- Clone the repository to your device (
git clone https://github.com/CA-G12/e-commerce-team8.git
). - Enter repo
cd e-commerce-team8
- open the terminal inside the project folder.
- npm i
- npm run dev
- in another terminial
cd client
- npm i
- npm start
- JavaScript
- Express
- ES-lint
- React
- Html
- Css