A simple Flask app which displays a scoreboard for benchmark results.
LICENSE.txt | ||
README.md |
scoreboard-benchmark
This is a simple web app used for an university projects.
It should provide a simple score board display for some benchmarking data which is gathered from another application.
Requires:
- nosetests
- flask
- mysql
Milestones:
- Make simple view which displays benchmarks
- Add user registration
- Perfect