My version of the Stackoverflow-like API application for the Let's Get Rusty Bootcamp.
Start postgres (req.: docker is installed and a container with postgres exists under the name stack-overflow-db):
sudo docker container start stack-overflow-db
tokio needs nightly:
cargo +nightly run