Replies: 1 comment
-
Depends on how big it is. Since examples also takes time to maintain I would like to keep them small. So it might be better to link to it from here https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written
Book-Management
with 6 handlers:register
,login
,create_book
,search_book
,update_book
anddelete_book
.These handlers can help beginners learn how to write a simple CRUD website with
axum
,sea-orm
,jwt
.Can I create a PR to add this example?
Beta Was this translation helpful? Give feedback.
All reactions