378 B
378 B
Hesabix API
Monolithic modular backend (DDD-lite) using FastAPI + SQLAlchemy + MySQL.
Quickstart (Dev)
- Create and fill
.envfrom.env.example. - Install dependencies:
pip install -e .[dev]
- Run app:
uvicorn app.main:app --reload
Health endpoint: GET /api/v1/health.
Configuration
- See
app/core/settings.pyand.env.example.