# AGENTS.md

Full-stack web application template with FastAPI, React, SQLModel, PostgreSQL, Vite, Tailwind CSS, shadcn/ui, FastAPI Cloud, and Docker Compose.

## Setup

```
bun install
```

## Commands

```
bun dev            # run locally
bun test           # run the test suite, must pass before any commit
bun lint           # lint
bun test:ui
bun email:dev
bun email:export
```

## Layout

- `frontend/` 101 source files
- `backend/`  49 source files
- `packages/` 8 source files
- `scripts/`  5 source files
- `hooks/`    1 source file

## Conventions

- Tests live alongside the code they cover, following `backend/tests/__init__.py`.
- CI defines what passing means. See `.github/workflows/add-to-project.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
