A basic template HTTP server based on Zero to Production, but with the axum framework.
Container is now never stopped. Since there's only ever going to be one, this is probably fine. |
||
|---|---|---|
| .sqlx | ||
| conf | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| tests | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| README.md | ||
Zero to Axum
A template Axum server made from (loosely) following the book "Zero to Production in Rust". Instead of making a mailing list manager, it manages local user accounts.
Endpoints
###/health
Responds with an empty 200 respose if the server is healthy.