Is there a large axum example? #1513
Answered
by
jamesrampton
conways-glider
asked this question in
Q&A
-
Hello! I was wondering if there was an example of a larger axum project? I'm really curious as to what a production server with several routes and error handling would look like. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesrampton
Nov 7, 2022
Replies: 1 comment 1 reply
-
There are plenty mentioned in https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md The one I'm personally following for inspiration is: https://github.com/launchbadge/realworld-axum-sqlx which is commented extremely well. There's a few API changes with that repo if you're using 0.6.0-rc.2 though, so also see https://github.com/davidpdrsn/realworld-axum-sqlx |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
conways-glider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are plenty mentioned in https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md
The one I'm personally following for inspiration is: https://github.com/launchbadge/realworld-axum-sqlx which is commented extremely well. There's a few API changes with that repo if you're using 0.6.0-rc.2 though, so also see https://github.com/davidpdrsn/realworld-axum-sqlx