Contractors lab is a Flask application used to GET contracts and GET customer info.
Go to the git repo https://github.com/StopScreenSharing/python-flask-contracts-lab fork and clone cd to the directory in your terminal pipenv install and pipenv shell
export FLASK_APP=app.py export FLASK_RUN_PORT=5555 flask run
fill out contract/id/ in URL for conract view fill out customer/name/ in URL for the customer view