Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrub/judo_competition_manager
Create, edit and evaluate fights for judo competitions
https://github.com/mgrub/judo_competition_manager
Last synced: 10 days ago
JSON representation
Create, edit and evaluate fights for judo competitions
- Host: GitHub
- URL: https://github.com/mgrub/judo_competition_manager
- Owner: mgrub
- License: mit
- Created: 2020-02-26T20:05:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:23:20.000Z (about 1 year ago)
- Last Synced: 2023-11-01T19:29:55.583Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Judo Competition Manager
DISCLAIMER: This software is a work in progress and not even at an early alpha stage!
## What it does
- Prepare, create, fill and evaluate competiton lists for judo tournaments
- ?## How it works
- SQL database
- Rest-API to database
- web-based user interface## Requirements
### Python 3.8
pip install flask sqlalchemy### Javascript 12
npm install react semantic-ui-react semantic-ui-css# Launch servers
....