Something went wrong on our end
-
Jonas Blatt authoredJonas Blatt authored
README.md 781 B
Master Thesis - Implementation Project - Backend
Thesis Project of Jonas Blatt in WiSe 19/20 - SoSe20
This project contains all source files of the implementation, created for the master thesis.
Frontend
Important dependencies
Run Project
- Run in dev mode:
mvn compile quarkus:dev
- Build executable jar:
mvn clean install