19 lines
394 B
Markdown
19 lines
394 B
Markdown
# Frangipane backend
|
|
|
|
## Configuration
|
|
|
|
- Specify the JWT secret with the `FRANGIPANE_JWT_SECRET` environment variable.
|
|
|
|
## AI usage
|
|
|
|
Here is a list of things written by AI in this project:
|
|
- All the Utoipa annotations for the Swagger documentation
|
|
- File upload logic
|
|
- Voice chat audio handling
|
|
|
|
Everything else is human-made.
|
|
|
|
## Documentation
|
|
|
|
The API serves a Swagger UI at `/swagger-ui`.
|