To support a mock retail clothing store.
Preview the deployed app here.
-
Install dependencies
npm install && poetry install
-
Run local servers
npm run dev
or the following to replicate exactly what is used in Vercel (assumes credentials to Vercel account)
vercel dev
-
Done.
open http://localhost:5173/
Create a production build with npm build
, or preview it with npm preview
.
-
Install dependencies
poetry install
-
Run local servers
poetry run fastapi dev api/index.py
-
Done.
curl -s http://127.0.0.1:8000/api
Discover endpoints by navigating to the auto-generated API documentation:
open http://127.0.0.1:8000/redoc