Basic user CR

This commit is contained in:
2024-06-21 16:10:29 +08:00
parent 50fc73713e
commit 6f378d25a1
7 changed files with 331 additions and 20 deletions

View File

@@ -3,7 +3,6 @@
"version": "1.0.0",
"private": true,
"description": "Backend server for ecoconnect.",
"type": "module",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
@@ -14,6 +13,8 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"nodemon": "^3.1.3"
"mysql2": "^3.10.1",
"nodemon": "^3.1.3",
"sequelize": "^6.37.3"
}
}