Docker is required to run this project. The list of containers needed is specified in compose.yaml. All containers are available in docker hub.
Follow this command.
$ docker compose up
Run the following command to stop and remove containers created by above command.
$ docker compose down