A basic template HTTP server based on Zero to Production, but with the axum framework.
Find a file
2025-07-15 10:44:11 -05:00
.sqlx sqlx prepare & macros opt level 2025-07-13 13:37:44 -05:00
conf basic emails 2025-07-15 10:44:11 -05:00
migrations add rough DB stuff 2025-05-22 11:57:37 -05:00
scripts add rough DB stuff 2025-05-22 11:57:37 -05:00
src basic emails 2025-07-15 10:44:11 -05:00
tests basic emails 2025-07-15 10:44:11 -05:00
.dockerignore docker-compose setup & related config 2025-07-14 11:46:44 -05:00
.env add rough DB stuff 2025-05-22 11:57:37 -05:00
.gitignore basic emails 2025-07-15 10:44:11 -05:00
Cargo.lock basic emails 2025-07-15 10:44:11 -05:00
Cargo.toml basic emails 2025-07-15 10:44:11 -05:00
docker-compose.yaml docker-compose setup & related config 2025-07-14 11:46:44 -05:00
Dockerfile docker-compose setup & related config 2025-07-14 11:46:44 -05:00
README.md initial commit; basic server skeleton w/ health endpoint 2023-11-14 16:47:24 -06:00

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.