Slide 30
Slide 30 text
UI Service: microflack_ui
● app.py, config.py, templates/, static/, requirements.txt
○ Ordinary Flask app that serves the index HTML page plus all the JavaScript and CSS files that
make up the client application
○ To ease the transition, at this stage we’ll use an older version of the UI that does not use
Socket.IO (we’ll add Socket.IO later)
● .env
○ Environment variables
○ This file should not be added to source control, as it can contain secrets
● tests.py, tox.ini
○ Unit tests, code coverage and linting
● Dockerfile, boot.sh, build.sh
○ Docker support