Online tool to calculate the cost of meetings.
Currently live at https://meeting-cost-calculator-e8744b7d1041.herokuapp.com/
-
Download this code
-
Create virtual environment:
python3 -m venv venv source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Run app.py:
python app.py
-
Go to http://127.0.0.1:5000 in your browser