first commit

This commit is contained in:
Toby Kohlhagen
2025-10-01 13:06:10 +10:00
committed by Adam Demasi
commit b95af1940c
44 changed files with 20204 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
PORT=3000
DATABASE_URL="mysql://root:password@localhost/openplace"
JWT_SECRET="your-secret-key"