Gereco is a competitive events manager written in Java using JavaFX
- Login / register
- Event CRUD
- Institution configs
- Team grid
- Group teams with draw
- Generate first stage matches
- Generate final matches
- Generate Leader board
- Generate Leader board as PDF
Check out the issues to find out how you can contribute to development, or if you want, create your own issue and submit a PR.
To contribute, you will need:
- Gradle
- JFoenix
- Java 1.8
- SceneBuilder (or you can edit FXML directly on Intellij)
Gereco uses a free service to host the database, so if you want to test faster, just remove the connection string in MongoConnection.java, but you will need to have mongoDB installed.
Gereco is a computer course term paper of ETEC João Belarmino. And these are the members who developed this software:
@luizgustavo234 | @MatheusGualtieri | @pedrogneri | @ryteck | @ThomasRibeiro |
Gereco is released under the MIT license. Click here for details.