Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ See **[DEVELOPMENT.md](./DEVELOPMENT.md)** for complete local development instru

> **Low RAM?** Use `docker-compose-slim.yml` (~675MB) instead of the full dev compose. It includes only the essentials: API, PostgreSQL, Redis, and Maildev.

### Documentation

In-depth guides live in [`docs/`](./docs/). Notably:

- **[Auth](./docs/auth.md)** — authenticating against the API, including the
refresh-token flow and **programmatic / bot access** (email + ATProto service
auth) for automation and integrations.
- Interactive API reference: [api.openmeet.net/docs](https://api.openmeet.net/docs) (Swagger/OpenAPI)

### Database Migrations

Migrations are **not** run automatically on `docker compose up`. Run them manually:
Expand Down
Loading
Loading