
- Set up FastAPI project structure - Create database models for locations and weather data - Implement OpenWeatherMap API integration - Create API endpoints for current weather and history - Add health endpoint - Set up database migrations with Alembic - Update README with documentation generated with BackendIM... (backend.im)
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
fastapi==0.110.1
|
|
uvicorn==0.25.0
|
|
sqlalchemy==2.0.28
|
|
alembic==1.13.0
|
|
httpx==0.26.0
|
|
pydantic==2.6.3
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.1 |