Learning Rust using Zero To Production In Rust: An introduction to backend development.
- 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
Learning Rust using Zero To Production In Rust: An introduction to backend development.
scripts/init.db.sh
cargo run
psql -h localhost -p 5432 -U postgres