An app that allows users to perform common statistical calculations through a intuitive interface.
- Create SSL certifcates and add to the repo. If running locally, self-signed certifcates are fine.
- Copy config-template.py to config.py
cp config-template.py config.py
. - Fill in the required values in config.py.
- Install the python dependencies using
bash install.sh
- Run the app using
bash run.sh
- Navigate your browser to https://localhost:\<port you specified in config.py>