I port the demo app "snippet box" in Let's Go to rust using Actix web framework and Askama template rendering engine and compile-time checked SQLx
Learning rust web programming from Zero To Production In Rust
./scripts/init_db.sh && ./scripts/init_redis.sh
cargo run --release
docker-compose up -d