* feat(spec): update STACK_REQUIRED for svelte and quality tools * fix(templates): align jwt auth with issue contracts * docs(spec): update template c stack and migration note * fix(ci): format tests/test_spec_status.py --------- Co-authored-by: opencode-agent <agent@opencode.local> |
||
|---|---|---|
| .. | ||
| .github | ||
| migrations | ||
| src/{{cookiecutter.project_name}} | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| env.example | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
🚀 {{ cookiecutter.project_name }}
{{ cookiecutter.description }}
{{ cookiecutter.description }}
🇺🇸 English
- FastAPI backend with Tortoise ORM
- Pydantic-settings configuration
- Ruff + mypy strict + pytest
- Pre-commit hooks
⚡ Quick Start
uv sync --extra dev
uv run uvicorn main:app --reload
💬 Support and contacts / Поддержка и контакты
🇷🇺 Русский
{{ cookiecutter.description }}
{{ cookiecutter.description }}
- Бэкенд на FastAPI с Tortoise ORM
- Конфигурация через pydantic-settings
- Ruff + mypy strict + pytest
- Pre-commit хуки
⚡ Быстрый старт
uv sync --extra dev
uv run uvicorn main:app --reload
