zero-to-axum/README.md
2023-11-14 16:47:24 -06:00

10 lines
272 B
Markdown

# 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.