A pool of games which can track the cognitive abilities of the registered users through time. This will allow monitoring the progress of the cognitive condition for a group of people.
export FLASK_APP=gamepool.py
A csv file with the game configurations has to be provided. Default is app/games/init_games.csv
virtualenv -p python3 venv; source venv/bin/activate
pip install -r requirements.txt
flask db init
flask db upgrade
flask initapp games app/games/init_games.csv
flask translate init <language-code>
flask translate update
flask translate compile
A docker image was deployed on a small EC2 instance with MySQL.