Within the Makefile you can handle the entire flow to get everything up & running:
- Install
make
on your computer, if you do not already have it. - Build the Docker image:
make build
- Start the application:
make up
Go to http://127.0.0.1:5050/ping
to see that everything is up & running!