feat: basic database setup

This commit is contained in:
2025-09-08 22:42:20 +02:00
parent c59e315027
commit f4e41a5b9f
6 changed files with 251 additions and 0 deletions

12
app.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"_comment": "Datei wurde mit absicht commited - öffne das Project als workspace und nicht als normalen Ordner für Intellisense usw",
"folders": [
{
"path": "backend"
},
{
"path": "frontend"
}
],
"settings": {}
}