initial booking

This commit is contained in:
Ola Malmgren
2026-05-22 10:50:48 +02:00
commit 4d705a1005
77 changed files with 13827 additions and 0 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
node_modules
.next
.git
.env
.env.local
data
prisma/*.db
prisma/*.db-journal
Dockerfile
docker-compose.yml
README.md
.vscode
.idea