A basic template HTTP server based on Zero to Production, but with the axum framework.
Find a file
2025-07-28 11:11:19 -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 add admin section w/ basic user roles system 2025-07-25 15:22:52 -05:00
scripts add rough DB stuff 2025-05-22 11:57:37 -05:00
src add admin section w/ basic user roles system 2025-07-25 15:22:52 -05:00
templates add admin section w/ basic user roles system 2025-07-25 15:22:52 -05:00
tests only confirmed users can login 2025-07-25 12:20:02 -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 only confirmed users can login 2025-07-25 12:20:02 -05:00
Cargo.toml only confirmed users can login 2025-07-25 12:20:02 -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 remove endpoints list from readme, way out of date 2025-07-28 11:11:19 -05: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.