A cruise booking system for Celestia Cruise Line.
- Python 3.11+, FastAPI, SQLite, SQLAlchemy, Pydantic v2
- Vanilla HTML + vendored Alpine.js + Tailwind for the web UI
uv sync
uv run python seed.py
uv run uvicorn main:app --reloadOpen http://localhost:8000 for the web UI and http://localhost:8000/docs for the FastAPI Swagger UI.
uv run pytest