feat: migrate prototype to canonical structure
- Move app.py to src/api/main.py (STATIC_DIR from env) - Move static/ to src/web/ - Update Dockerfile and docker-compose.yml - Add download_srtm.sh script - Clean up debug/deploy scripts Refs: multi-agent F0-3
This commit is contained in:
1255
src/api/main.py
Normal file
1255
src/api/main.py
Normal file
File diff suppressed because it is too large
Load Diff
5
src/api/requirements.txt
Normal file
5
src/api/requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
fastapi==0.111.0
|
||||
uvicorn==0.29.0
|
||||
shapely==2.0.4
|
||||
mapbox-vector-tile==2.2.0
|
||||
httpx==0.27.0
|
||||
Reference in New Issue
Block a user