Initial backend code

This commit is contained in:
Developer
2026-05-02 12:49:41 +08:00
commit 8bab5d67b2
21 changed files with 7616 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 服务器配置
PORT=3000
NODE_ENV=development
# 微信小程序配置
WECHAT_APPID=your_app_id_here
WECHAT_APPSECRET=your_app_secret_here
# MongoDB数据库配置
MONGODB_URI=mongodb://localhost:27017/quanyixiaozhushou
# JWT配置
JWT_SECRET=your_jwt_secret_key_here
JWT_EXPIRES_IN=7d
# 日志配置
LOG_LEVEL=info