- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| security.py | ||