initial working version

This commit is contained in:
2025-11-23 10:47:37 +01:00
commit 44ce6e38dd
50 changed files with 3106 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Database connection string
# Example: postgresql://username:password@localhost:5432/wishlist
DATABASE_URL=postgresql://user:password@localhost:5432/wishlist