A basic template HTTP server based on Zero to Production, but with the axum framework.
Find a file
2025-05-14 13:57:31 -05:00
conf add configuration system 2023-12-20 14:26:20 -06:00
src add rough subscribe endpoint (3.7) 2025-05-14 13:57:31 -05:00
tests add rough subscribe endpoint (3.7) 2025-05-14 13:57:31 -05:00
.gitignore initial commit; basic server skeleton w/ health endpoint 2023-11-14 16:47:24 -06:00
Cargo.lock major version dep updates 2025-05-14 13:02:56 -05:00
Cargo.toml major version dep updates 2025-05-14 13:02:56 -05:00
Dockerfile initial commit; basic server skeleton w/ health endpoint 2023-11-14 16:47:24 -06: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.