zero-to-production-in-rust Learning Rust using Zero To Production In Rust: An introduction to backend development. Run Launch the dockerized Postgres database: scripts/init.db.sh Run the application: cargo run Look at the database: psql -h localhost -p 5432 -U postgres