1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
beerbrawl/backend
2024-06-29 20:58:20 +02:00
..
src backend: rename package to proper project name 2024-06-29 00:03:49 +02: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 chore: backend: update all dependencies and plugins to latest stable version 2024-06-29 20:58:20 +02:00
README.md tree-wide: prepare for release; relicense 2024-06-29 00:03:49 +02:00

BeerBrawl

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