Technical requirements
In this chapter, we will be using Docker to define and run a PostgreSQL database. This will enable our app to interact with a database on our local machine. Docker can be installed by following the instructions in the URL: https://docs.docker.com/engine/install/.
You can find the full source code used in this chapter here: https://github.com/PacktPublishing/Rust-Web-Programming/tree/master/Chapter06.
We will also be using docker-compose
on top of Docker to orchestrate our Docker containers. This can be installed by following the instructions in the URL: https://docs.docker.com/compose/install/.
The CiA videos for this book can be viewed at: http://bit.ly/3jULCrw.