Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.25 KB

M223: Punchclock

Dies ist eine Beispielapplikation für das Modul M223.

Loslegen

Folgende Schritte befolgen um loszulegen:

  1. Sicherstellen, dass JDK 12 installiert und in der Umgebungsvariable path definiert ist.
  2. Ins Verzeichnis der Applikation wechseln und über die Kommandozeile mit ./gradlew bootRun oder ./gradlew.bat bootRun starten
  3. Unittest mit ./gradlew test oder ./gradlew.bat test ausführen.
  4. Ein ausführbares JAR kann mit ./gradlew bootJar oder ./gradlew.bat bootJar erstellt werden.

Folgende Dienste stehen während der Ausführung im Profil dev zur Verfügung:

/******************************************************************************************/ Unfortunately I am not able to bring fully Ui supported for now

but feature like registraion and login works and I have mostly worked on Rest interfaces and everthings works well on rest interface for all controller.

All functions are commented in the respective controllers for the paths

/ entries

/ Kunden

/ project

/ users /***************************************************************************************/