F2F scheduler that creates a timetable for events avoiding preferred and required attendance conflicts.
To run synantisi you will need Java SDK installed
Install sdkman by the installation guide
After sdkman installation run:
sdk install java
./mvnw package -Dquarkus.package.type=uber-jar
The application, packaged as an über-jar, is now runnable using java -jar target/*-runner.jar
.
NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev
The application, packaged as an über-jar, is now runnable using java -jar target/*-runner.jar
.
Contribution is the best way to support and get involved in community !
Consider giving the project a star on GitHub if you find it useful.