Create backend skeleton

This commit is contained in:
Sandra
2022-01-24 19:46:05 +01:00
commit 01627e87b7
14 changed files with 478 additions and 0 deletions

4
backend/settings.gradle Normal file
View File

@@ -0,0 +1,4 @@
rootProject.name = 'backend'
include 'dataaccess'
include 'api'