mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Add link to Axum tutorial (#1181)
This commit is contained in:
parent
cf09f62a1a
commit
216c89e44c
1 changed files with 2 additions and 0 deletions
|
@ -49,8 +49,10 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
- [axum-tutorial] ([website][axum-tutorial-website]): Axum web framework tutorial for beginners.
|
||||
- [demo-rust-axum]: Demo of Rust and axum web framework
|
||||
- [Introduction to axum (talk)]: Talk about axum from the Copenhagen Rust Meetup.
|
||||
- [Getting Started with Axum]: Axum tutorial, GET, POST endpoints and serving files.
|
||||
|
||||
[axum-tutorial]: https://github.com/programatik29/axum-tutorial
|
||||
[axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/
|
||||
[demo-rust-axum]: https://github.com/joelparkerhenderson/demo-rust-axum
|
||||
[Introduction to axum (talk)]: https://www.youtube.com/watch?v=ETdmhh7OQpA
|
||||
[Getting Started witn Axum]: https://carlosmv.hashnode.dev/getting-started-with-axum-rust
|
||||
|
|
Loading…
Reference in a new issue