💳 Online shop built with React and TypeScript as the frontend, and Django Rest Framework as the backend.
- is the folder containing the completed project. To use PayPal, you need the
clientId, which is located on line 271 of the fileShopZone/ShopZone/frontend/src/pages/CartPage.tsx. You can obtain theclientIdfrom your PayPal developer account.
git clone https://github.com/agustfricke/ShopZone.git
cd ShopZone/ShopZonepython3 -m venv env
source env/bin/activatepip install -r requirements.txtmkdir dist
mkdir dist/staticpython3 manage.py createsuperuserpython3 manage.py runservercd frontend
npm i
npm run dev


