backend-api #6

Merged
piair merged 107 commits from backend-api into main 2025-03-26 19:04:09 +01:00
73 changed files with 2789 additions and 263 deletions
Showing only changes of commit f3eaf8fe34 - Show all commits
.gitea/workflows
.gitignoreMakefile
MyINPulse-back
config
front/MyINPulse-front/src
postgres

@ -14,7 +14,13 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Init gradle wrapper
run: gradle wrapper
- name: Build with Gradle
run: ./gradlew build