This commit is contained in:
yubintw
2024-03-25 21:39:05 +08:00
commit 9df48062d4
40 changed files with 15864 additions and 0 deletions

3
backend/.env.sample Normal file
View File

@@ -0,0 +1,3 @@
PORT=8888
HOST=0.0.0.0
MONGO_CONNECTION_STRING=mongodb://localhost:27017/myMernApp