Skip to content
Snippets Groups Projects
Commit 842d9e7d authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Readme

parent 3ab5fab7
No related branches found
No related tags found
No related merge requests found
# Armory Dashboard
Scrape real-time results from Fencing Time, and calculate how many
fencers have checked in to prior events. This allows for improved
estimates of equipment inspection volume.
## Status
This is a quick weekend hack, very much not "production-ready". Use at your own risk.
## Setup
* Create a [virtualenv](https://virtualenv.pypa.io/en/stable/)
* `pip install -r requirements.txt` to install Python dependencies
## Run
* `FLASK_APP=app.py flask run -h 0.0.0.0`
* Visit [localhost:5000](http://127.0.0.1:5000) in a browser.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment