A simple Flask app which displays a scoreboard for benchmark results.
Find a file
2017-04-13 16:59:30 +03:00
src Optimizing imports 2017-04-13 16:59:30 +03:00
LICENSE.txt Initial commit 2017-04-11 23:23:47 +03:00
README.md Fixing readme, code didn't display correctly 2017-04-13 09:05:33 +03:00
setup.py Adding flask-sqlalchemy requirement 2017-04-12 22:51:35 +03:00

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.

Posting data

For now, you can post data using curl.

curl -H "Content-Type: application/json" -X POST -d '{"text":"Hello Darkness","score": 5000}' http://localhost:5000/upload

Requires:

  • nosetests
  • flask
  • mysql

Milestones:

  1. Make simple view which displays benchmarks
  2. Add user registration
  3. Perfect