Import triathlon results and view results on a graph. Check the demo here
- Python 2.7
- Sqlite3
Install dependencies with:
pip install -r requirements.py
Start server with python server.py
- Import data on localhost:5000/import
- Compare your time with the other on localhost:5000/
To deploy to pythonanywhere
- Go to Web UI
- Connect to bash
- run
bash deploy.sh - (If necessary) upload sqlite3 DB file
- From restart webserver