17 lines
314 B
Markdown
17 lines
314 B
Markdown
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:
|
|
|
|
1. Make simple view which displays benchmarks
|
|
2. Add user registration
|
|
3. Perfect
|