A basic template HTTP server based on Zero to Production, but with the axum framework.
Find a file
azdle c7500ae6a3 use dedicated error page
I can't re-display the form as I'd like to becuase
I don't have access to the CSRF token when
rendering the page from the error hander.
2025-07-24 15:04:32 -05:00
.sqlx sqlx prepare & macros opt level 2025-07-13 13:37:44 -05:00
conf switch to postmark, add starttls conf option 2025-07-24 14:18:16 -05:00
migrations confirm accounts on signup 2025-07-24 14:20:45 -05:00
scripts add rough DB stuff 2025-05-22 11:57:37 -05:00
src use dedicated error page 2025-07-24 15:04:32 -05:00
templates use dedicated error page 2025-07-24 15:04:32 -05:00
tests confirm accounts on signup 2025-07-24 14:20:45 -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 persist sessions to db 2025-07-24 10:43:29 -05:00
Cargo.toml persist sessions to db 2025-07-24 10:43:29 -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.