Skip to content

sw20-tug/ASD-Afternoon-1

Repository files navigation

ASD-Afternoon-1

This is the LANG (Vocabulary Trainer) repository for the team ASD: Afternoon 1.

Requirements

Getting Started

  • Open the project in Eclipse or IntelliJ IDEA.
  • Do a mvnw clean install (to install the common project.)

Backend

  • 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.)

Frontend

  • Run mvnw -pl lang-ui javafx:run to compile and run the frontend GUI.

Tests

  • Run mvnw surefire:test to discover and execute all tests.