Backend stack using Rust , including interactive API documentation and many useful features out of the box. Project based on caslex.
Contains:
- HTTP web server
- Body validation
- JWT
- Middlewares
- API visualizer
- Postgres pool and migrations
- Observability
- Unit tests using mockall
You will be asked to provide passwords and secret keys for several components. Open another terminal and run:
openssl rand -hex 32
# Outputs something like: 99d3b1f01aa639e4a76f4fc281fc834747a543720ba4c8a8648ba755aef9be7f
docker-compose up --build -d