- Sets up a FastAPI application structure. - Implements JWT-based authentication with /api/v1/auth/login endpoint. - Adds a dummy /api/v1/strategies endpoint requiring authentication. - Integrates SQLAlchemy with PostgreSQL and Alembic for user model migrations. - Includes basic configuration, .env.example, and README updates for the new API. |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| db | ||
| models | ||
| schemas | ||
| services | ||
| __init__.py | ||
| main.py | ||