To run the examples in this book, you will need the following software, as well as basic understanding of how to use it:
To run the samples:
- Clone the https://github.com/PacktPublishing/Mastering-Functional-Programming repository on your machine.
- From its root, compose and run the Docker set of images specified in docker-compose.yml. If you are on a Linux/Mac machine, you can run ./compose.sh to complete this step. If you are on Windows, open compose.sh in text editor and run each command from your terminal manually.
- Run shell (Bash) on the Docker service called mastering-functional-programming_backend_1. You ...