Exxenoz / TicketLine

TU Vienna Software Engineering Project with JavaFX 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticketline

Building Ticketline

  1. Install:
    • Oracle JDK 1.8.0_112+
  2. Navigate to the ticketline code directory
  3. Build the server as well as the client with the following commands

Server + Client:

./mvnw clean verify

Server:

./mvnw -pl=server -am clean verify

Client

./mvnw -pl=client -am clean verify

Running Ticketline

  1. Navigate to the ticketline code directory
  2. Run the server as well as the client with with the following commands

Server:

./mvnw -pl=server -am spring-boot:run

To generate some testData add the generateData profile when running the server

./mvnw -pl=server -am spring-boot:run -Dspring-boot.run.profiles=generateData

Client

./mvnw -pl=client -am spring-boot:run

Login

You can login to the client using one of the following credentials:

  • System Administrator
    • Username: admin
    • Password: password
  • User
    • Username: user
    • Password: password

About

TU Vienna Software Engineering Project with JavaFX 2018.


Languages

Language:Java 99.6%Language:CSS 0.4%