Technical requirements
To follow along, the following software needs to be installed on your computer:
- Git: This app allows you to work with GitHub repositories. Install it from https://git-scm.com/downloads.
- Docker: This application enables you to package your app into a container that contains everything it needs to run, including the OS. Download and install the appropriate Docker Desktop for your system from https://docs.docker.com/get-docker/.
The source code for this chapter can be found at https://github.com/PacktPublishing/Web-Development-with-Julia-and-Genie/tree/main/Chapter6.