FastAPI service backed by PostgreSQL+PostGIS: cities/places/place_content schema (normalized per-language, per-length content for easy future re-ingestion), Alembic migration, an iterative-radius-expansion nearby search endpoint, a name-search fallback for denied-location flows, and a YAML seed loader CLI. Verified end-to-end against a live Docker Postgres+PostGIS instance (migration, city seed, place/content CRUD, and nearby radius expansion all confirmed working via curl). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
9 lines
176 B
Text
9 lines
176 B
Text
fastapi==0.115.0
|
|
uvicorn[standard]==0.30.6
|
|
sqlalchemy==2.0.35
|
|
psycopg[binary]==3.2.2
|
|
geoalchemy2==0.15.2
|
|
alembic==1.13.2
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.5.2
|
|
pyyaml==6.0.2
|