Skip to content
Merged
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ Implemented and in-progress use cases:

---

## API Documentation

The core system exposes an interactive API documentation using Swagger. When the application is running, the documentation is available at `/docs`. This allows for exploration of all available endpoints, request schemas, and response types.

---

## Rate Limiting

To ensure stability and protect the system against abuse, the API implements request rate limiting. Using NestJS Throttler, limits are enforced at the HTTP layer, mitigating brute-force attempts and denial-of-service scenarios.

---

## Documentation

* ADRs (architectural decisions): [`docs/adr`](./docs/adr)
Expand Down
Loading