1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
beerbrawl/backend
Christoph Heiss 78b00c82ef refactor(#29): backend: move anything qualification match related to own service
Makes it a lot more easy to find stuff.

Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-06-02 18:10:44 +00:00
..
src refactor(#29): backend: move anything qualification match related to own service 2024-06-02 18:10:44 +00:00
.editorconfig initial commit 2024-04-30 12:35:42 +02:00
.gitignore initial commit 2024-04-30 12:35:42 +02:00
checkstyle.xml chore(#41): add checkstyle lint for unused/redundant imports 2024-05-03 13:53:42 +02:00
pom.xml feat(#14): add button to copy tournament team self-registration link 2024-05-26 07:50:32 +00:00
Readme.md initial commit 2024-04-30 12:35:42 +02:00

Backend Template for SE PR Group Phase

How to run it

Start the backed

mvn spring-boot:run

Start the backed with test data

If the database is not clean, the test data won't be inserted

mvn spring-boot:run -Dspring-boot.run.profiles=generateData