Flask app to enter and display costs of medical procedures.
Make sure you have Flask installed.
Clone.
git clone https://github.com/cooltoast/medicalCosts.git
Run the app.
python __init__.py
Head over to http://localhost:4000/
Set DEBUG environment variable.
export DEBUG=1