链接数据库

This commit is contained in:
2024-08-11 21:47:44 +08:00
parent 2f510aa096
commit ad0a91150e
5 changed files with 608 additions and 188 deletions

View File

@@ -13,8 +13,8 @@
"author": "hbk01",
"license": "GPL-3.0-or-later",
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^8.0.3"
"mongoose": "^8.0.3",
"nodemon": "^3.1.0"
}
}