restored everything after nuking the repo

This commit is contained in:
QkoSad
2025-07-20 22:22:47 +03:00
commit 8ff6e07fba
49 changed files with 7825 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
PORT=5001
JWT_SECRET="shhhkeepitasecret"
MONGODB_URI="mongodb://localhost:27017/chat-app"