TradingAgents/app/api
google-labs-jules[bot] 065a0ba3a8 feat: Initial FastAPI backend with auth and dummy strategies endpoint
- 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.
2025-06-22 04:24:02 +00:00
..
v1 feat: Initial FastAPI backend with auth and dummy strategies endpoint 2025-06-22 04:24:02 +00:00
__init__.py feat: Initial FastAPI backend with auth and dummy strategies endpoint 2025-06-22 04:24:02 +00:00