Skip to content

Axum: Web Framework for Rust, well componentize with great ergonomics.

Notifications You must be signed in to change notification settings

samyaktx/axum-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axum-rust

  • To excute and run backend server
cargo watch -q -c -w src/ -x run 
  • Open another terminal to test client side
cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"
  • Note: If you haven't already, make sure to install Cargo Watch.
cargo install cargo-watch

About

Axum: Web Framework for Rust, well componentize with great ergonomics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages