forked from Qgel/volley
-
Notifications
You must be signed in to change notification settings - Fork 0
JensAc/volley
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Volley is a webapp that tracks scores and statistics for different games and rates the performance of players using Microsofts' TrueSkill algorithm. The backend is written in Python using pyramid with jinja2 for templating and zodb as a database. The frontend is written in HTML/javascript with semantic ui for controls. To run volley, either use the provided Dockerfile or run the following (preferably inside a pyenv): $ pip install -e . # Install project dependencies as well as the application in develop mode $ pserve development.ini # Run the application. For production use the production.ini
About
A web-app to keep track of scores and rank players in various games.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 35.3%
- Python 31.8%
- HTML 30.5%
- CSS 1.6%
- Other 0.8%