Set up - follow the README instructions
Get the code
$ git clone https://github.com/app-generator/api-server-django.git
$ cd api-server-django
Start the app in Docker
$ docker-compose up -d --build
The Build log ends without errors but the API is not available on port 5000
