This is a Graphical User Interface tool designed to assist the student and lecturer with project initialization.
$ python3 -m venv auth
$ source auth/bin/activate
$ pip install -r requirements.txt
$ export ENV=dev
$ export FLASK_APP=tooling_project
$ export FLASK_DEBUG=1
$ flask run