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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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