Skip to content

dupliaka/synantisi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synantisi Project

F2F scheduler that creates a timetable for events avoiding preferred and required attendance conflicts.

Getting Started with development server

To run synantisi you will need Java SDK installed

Install Java SDK by sdkman

Install sdkman by the installation guide

After sdkman installation run:

sdk install java

Usage

synantisi

./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 https://localhost:8080/q/dev/.

Running the application in dev mode

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.

Contributing

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.