Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 446 Bytes

readMe.md

File metadata and controls

12 lines (10 loc) · 446 Bytes

Flask Stuff

Contents

Run the script venv_auto to initialize the application using a virtual env for Python and Flask.
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