General
PromptBeginner5 minmarkdown
Untitled Skill
193
A clean architecture web application built with FastAPI, following hexagonal architecture principles.
Loading actions...
Main instructions and any bundled files for this skill.
A clean architecture web application built with FastAPI, following hexagonal architecture principles.
Install dependencies:
poetry install
Activate the virtual environment:
poetry shell
poetry run pytestpoetry run pytest --covpoetry run black src testspoetry run ruff check src testspoetry run mypy srcpoetry run uvicorn src.main:app --reloadThis project follows Clean Architecture (Hexagonal Architecture) principles:
See CLAUDE.md for more details.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks