https://github.com/ohmycloud/rust-axum-full-course
https://github.com/ohmycloud/rust-axum-full-course
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/rust-axum-full-course
- Owner: ohmycloud
- Created: 2025-09-06T09:05:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-07T05:04:12.000Z (9 months ago)
- Last Synced: 2025-09-13T11:31:23.065Z (9 months ago)
- Language: Rust
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# how to run
```bash
cargo watch -x run
cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"
```
See [Rust Axum Full Course - Web Development](https://www.youtube.com/watch?v=XZtlD_m59sM)