This is a template project for a basic e-commerce website where made by GDG. Users can do the following things
- Add Items to the cart
- Clear the Cart
- Place an Order
We Have intentionally broken some parts of this website to create issues for you guys to solve.
Tutorial On Installing Node js On windows 11
Follow the steps to install nodejs on linux
Tutorial On Setting Up Your Personal Access Token
Follow This article if you want to setup ssh keys
- fork the repository
- clone the repository in your local machine and cd into the folder
- install node if you don't have it in your local machine other wise skip this step
- run
npm installin the command line to install the dependancies - if everything goes well run
npm run devto start the website on the dev url - type the url displayed in the command line in your browser and you are good to go
This project is licensed under the MIT License.
