A basic template HTTP server based on Zero to Production, but with the axum framework.
Find a file
2025-07-22 15:45:43 -05:00
.sqlx sqlx prepare & macros opt level 2025-07-13 13:37:44 -05:00
conf add public URL conf option 2025-07-22 11:56:08 -05:00
migrations publish newsletters using background worker 2025-07-22 11:56:08 -05:00
scripts add rough DB stuff 2025-05-22 11:57:37 -05:00
src add CSRF protection to signup, login, and logout 2025-07-22 15:45:43 -05:00
templates add CSRF protection to signup, login, and logout 2025-07-22 15:45:43 -05:00
tests use a fresh db for each test 2025-07-22 13:19:27 -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 webify 2025-07-22 10:12:21 -05:00
Cargo.toml webify 2025-07-22 10:12:21 -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.