2017-04-11 20:26:09 +00:00
|
|
|
# scoreboard-benchmark
|
|
|
|
|
2017-04-11 20:23:47 +00:00
|
|
|
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:
|
2017-04-11 20:24:52 +00:00
|
|
|
|
2017-04-11 20:26:09 +00:00
|
|
|
* nosetests
|
|
|
|
* flask
|
|
|
|
* mysql
|
2017-04-11 20:23:47 +00:00
|
|
|
|
|
|
|
## Milestones:
|
|
|
|
|
|
|
|
1. Make simple view which displays benchmarks
|
|
|
|
2. Add user registration
|
|
|
|
3. Perfect
|