My implementation of the pings challenge for Tanda.
- Latest nightly release of the Rust Programming Language.
- PostgreSQL installed and running.
- Install the Diesel CLI with
cargo install diesel_cli
- Update the username and password in the
.env
file. - Run
diesel setup
to get Diesel to create the database. - Run migrations with
diesel migration run
- Run pings using
cargo run
.