Stores competitions with their results and additional attachments.
- maven, jdk 11
- mongodb (setup see
setup/docker/mongodb) - mssql (setup see
setup/docker/mssql)- create database
competition-storagewith same username and password. - execute query
setup/sqlserver/InitializeDatabase.sql
- create database
- keycloak (setup see
setup/docker/keycloak)
- copy
src/main/resources/application-dev.yml.exampletosrc/main/resources/application-dev.yml - edit
src/main/resources/application-dev.yml(if needed for mongodb) - build
mvn clean packagefrom the project directory
- run
mvn spring-boot:runfrom the project directory