widget panel Create and get operations completed

This commit is contained in:
2025-03-26 18:10:01 +05:30
parent effb148159
commit 15688d17c5
13 changed files with 310 additions and 78 deletions

8
.env
View File

@@ -3,4 +3,10 @@ MONGO_USER=adminForever
MONGO_PASSWORD=Pass@2025@admin
DOCKER_MONGO_URI=mongodb://mongo/
JWT_SECRET=your_jwt_secret
PORT=2001
PORT=2000
# LOCAL_MONGO_URI=mongodb://192.168.0.110:27017/
# MONGO_USER=mydata
# MONGO_PASSWORD=mongodb@hexr2002
# # DOCKER_MONGO_URI=mongodb://mongo/
# JWT_SECRET=your_jwt_secret
# PORT=2000