Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 276 Bytes

File metadata and controls

26 lines (17 loc) · 276 Bytes

Booking Buddy

A cruise booking system for Celestia Cruise Line.

Setup

uv sync
uv run python seed.py

Run

uv run uvicorn main:app --reload

Test

uv run pytest

Stack

Python 3.11+, FastAPI, SQLite, SQLAlchemy, Pydantic v2