First commit

This commit is contained in:
2026-04-20 17:39:53 +02:00
commit 9f2578f7d2
28 changed files with 11986 additions and 0 deletions

3
backend/.env.production Normal file
View File

@@ -0,0 +1,3 @@
PORT=5000
DB_URI=mongodb://10.1.1.7:27017/
NODE_ENV=production