using:
$source venv_auto.sh
to exit venv mode:
$deactivate
Go to localhost:5000 to visualize the page (Keep in mind that this is just meant as a learning project, to test Flask related stuff)
You can run unit-tests using the following once you are in the env:
$flask test