Skip to content

agustfricke/ShopZone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

ShopZone

💳 Online shop realizado con React y TypeScript como frontend y Django Rest Framework como backend

ShopZone-Tutorial

ShopZone

  • es la capeta con el proyecto terminado, para usar Paypal se nesesita el clientId que se encuentra en linea 271 - del archivo ShopZone/ShopZone/frontend/src/pages/CartPage.tsx, pueden conseguir el clientId en su cuenta developer de PayPal

Instalar y usar

git clone https://github.com/agustfricke/ShopZone.git
cd ShopZone/ShopZone
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
mkdir dist
mkdir dist/static
python3 manage.py createsuperuser
python3 manage.py runserver

En una nueva terminal

cd frontend
npm i
npm run dev

Abre la siguiente url e inicia session con el usuario que creaste con Django

http://localhost:5173/

Dale una ⭐

Screenshot 2023-08-19 17-08-25 Screenshot 2023-08-19 17-08-41 Screenshot 2023-08-19 17-08-44 Screenshot 2023-08-19 17-08-11