Skip to content

camball/ecommerce

Repository files navigation

Soraban Shop

To support a mock retail clothing store.

Preview the deployed app here.

soraban-logo

Running Locally

Full Application

  1. Install dependencies

    npm install && poetry install
  2. Run local servers

    npm run dev

    or the following to replicate exactly what is used in Vercel (assumes credentials to Vercel account)

    vercel dev
  3. Done.

    open http://localhost:5173/

Create a production build with npm build, or preview it with npm preview.

Only FastAPI Server

  1. Install dependencies

    poetry install
  2. Run local servers

    poetry run fastapi dev api/index.py
  3. 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

About

To support a mock retail clothing store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published