https://github.com/phdata/booking-buddy-hol-day-2
Booking Buddy — HOL Day 2 starter
https://github.com/phdata/booking-buddy-hol-day-2
Last synced: 19 days ago
JSON representation
Booking Buddy — HOL Day 2 starter
- Host: GitHub
- URL: https://github.com/phdata/booking-buddy-hol-day-2
- Owner: phdata
- Created: 2026-05-20T15:29:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-20T15:34:39.000Z (about 2 months ago)
- Last Synced: 2026-05-20T20:51:39.550Z (about 2 months ago)
- Language: HTML
- Size: 182 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fleet Ops
Multi-service cruise operations platform for NCLH engineering workshops.
## Services
| Service | Port | Purpose |
| --------------------- | ---- | ------------------------------------------------- |
| booking-service | 8000 | Itinerary search, cabin selection, confirmations |
| loyalty-service | 8001 | Bronze/Silver/Gold tier management, points ledger |
| fleet-service | 8002 | Ship inventory, cabin catalog, sailing schedules |
| notifications-service | 8003 | Guest communications (stub) |
## Quickstart
Open Claude Code in this directory and ask:
> "Set up all four services using uv and run the tests to confirm everything is working."
## Stack
Python 3.11+, FastAPI, SQLite, uv