App written in Python requesting data from TheCocktailDB API.
The application can be found in three versions:
- venv: version that runs the app natively in the kernel;
- docker: version that runs the app through a docker container;
- flask-docker: version that runs a Flask app through a Docker container.