tracker for the ruby goldberg event.
Go to file
Maxime Bloch 35bb6dd5fc
add profiling code to test lru cache, remove js popup
2019-09-27 19:25:47 +02:00
client Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/rubygoldberg-tracker 2019-09-20 23:50:13 +02:00
watcher add profiling code to test lru cache, remove js popup 2019-09-27 19:25:47 +02:00
.gitignore add a static file example 2019-09-20 15:02:28 +02:00
LICENSE Add LICENSE 2019-09-22 03:40:53 +02:00
README.md hannes wil dit 2019-09-20 15:05:48 +02:00
TODO.md move file to root folder 2019-09-22 03:18:32 +02:00
client_ideas.md add client ideas, add checks for data override 2019-09-20 17:00:44 +02:00

README.md

Rube Goldberg repo

The server

The server is there to show the progress of a current run and all previous runs.

Requirements

  • python
  • pip

How do you run this?

Go into the correct directory with the code

cd watcher

Create a venv with the correct packages

python3 -m venv venv

Activate the virtual environment

source venv/bin/activate

Install the requirements

pip install -r requirements.txt

Start the server!

python app.py

Go enjoy the dashboard @ localhost:5000

The client

This is an example client and will also be used as first link in the machine.