This is the LANG (Vocabulary Trainer) repository for the team ASD: Afternoon 1.
- JDK 11
- Maven
- SceneBuilder
- H2 Database Engine
- Open the project in Eclipse or IntelliJ IDEA.
- Do a
mvnw clean install
(to install the common project.)
- Run
mvnw -pl lang-server spring-boot:run
to compile and run the server - (Execute
curl localhost:8080/vocab/
to test the connection to the server.)
- Run
mvnw -pl lang-ui javafx:run
to compile and run the frontend GUI.
- Run
mvnw surefire:test
to discover and execute all tests.