This commit is contained in:
Alvin
2025-10-21 20:54:03 +02:00
parent 97c80d7800
commit a5c73ad907
35 changed files with 4899 additions and 0 deletions

3
example-env Normal file
View File

@@ -0,0 +1,3 @@
PORT=your_webserver_port
MONGODB_URI=mongodb://username:password@ip-or-domain:27017/your_database
JWT_SECRET=your_jwt_secret_key