Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ololobus/contesto
Easy way to display contest results
https://github.com/ololobus/contesto
contest ui web
Last synced: about 18 hours ago
JSON representation
Easy way to display contest results
- Host: GitHub
- URL: https://github.com/ololobus/contesto
- Owner: ololobus
- Created: 2015-08-28T17:06:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T08:37:56.000Z (over 9 years ago)
- Last Synced: 2024-11-03T22:21:45.386Z (about 2 months ago)
- Topics: contest, ui, web
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contesto
========
Scafold and lightweight web application for competiotions (hackathon, contests, etc).Quick start
----------Generate e.g. 10 default teams and 3 cases
```
python generator.py 10 3
```Edit `config.yml` to change names, descriptions, competition parameters and ordering directions.
Run web application
```
python app.py
```Go to `localhost:8888`