opencode-config/.opencode/templates/backend/{{cookiecutter.project_name}}
Sergey 35b6c6e542
feat(infra): cookiecutter templates backend fullstack cli (#235)
* feat(infra): backend cookiecutter template with fastapi tortoise

* feat(infra): cli cookiecutter template with typer entry point

* feat(infra): fullstack cookiecutter template with sveltekit frontend

* test(infra): cookiecutter template tests and render fixes

* style(infra): ruff cleanup for cookiecutter template tests

* style(infra): ruff format cookiecutter template tests

* fix(infra): handle use_db no use_auth no in cookiecutter

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-08-03 17:06:24 +03:00
..
.github feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
migrations feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
src/{{cookiecutter.project_name}} feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
tests feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
.gitignore feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
.pre-commit-config.yaml feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
.python-version feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
env.example feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
LICENSE feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
main.py feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
pyproject.toml feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00
README.md feat(infra): cookiecutter templates backend fullstack cli (#235) 2026-08-03 17:06:24 +03:00

🚀 {{ cookiecutter.project_name }}

Language switcher: English | Русский

Cover

{{ 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 / Поддержка и контакты

👉 slaid098.dev/support


🇷🇺 Русский

{{ 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

💬 Support and contacts / Поддержка и контакты

👉 slaid098.dev/support