This is a Rails API-only scaffold project with the following preconfigured components:
- PostgreSQL (via Docker Compose)
- JSON:API serialization (
jsonapi-serializer) - JWT authentication
- Swagger documentation (
rswag) - CORS support (
rack-cors) - Environment-based configuration using
.env - RSpec test suite