Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.
#8219 - Changed app.py in order to test CI/CG
#8219 - Dockerization improvements and gunicorn WSGI implementation
- when using docker to run the application nginx proxy is now used (app is then available at localhost:80)
#8219 - CI/CD progress
#8219 - Basic project dockerization
- created docker/Dockerfile and docker-compose.yml
#8219 - Python & Flask project initialization with a simple index endpoint
- added auto-generated .gitignore for Python and PyCharm projects