Get Started in Seconds
Add Ignitia to your Cargo.toml and start building
1
Add to Cargo.toml
[dependencies]
ignitia = "0.2.1"
tokio = { version = "1.0", features =
["full"] }
2
Create your first route
cargo run
3
Start building!
Visit http://localhost:3000
and see your app running