f976e4e893b7c4d96029e472dda9980cd0fa0f98
Implemented FastAPI backend with SQLite database for tracking seismograph fleet status: - database.py: SQLAlchemy setup with SQLite - models.py: Emitter model with id, unit_type, last_seen, last_file, status, notes - routes.py: POST /emitters/report and GET /fleet/status endpoints - main.py: FastAPI app initialization with CORS support - requirements.txt: Dependencies (FastAPI, SQLAlchemy, uvicorn)
seismo-fleet-manager
Web app and backend for tracking deployed units.
Description
Languages
HTML
61.3%
Python
35.1%
JavaScript
2.8%
CSS
0.8%