| .. | ||
| .github/workflows | ||
| adapters | ||
| app | ||
| hesabix_api.egg-info | ||
| migrations | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| alembic.ini | ||
| docker-compose.yml | ||
| Dockerfile | ||
| env.example | ||
| pyproject.toml | ||
| README.md | ||
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.