with database
Showing
models/User_model.js
0 → 100644
... | @@ -10,9 +10,11 @@ | ... | @@ -10,9 +10,11 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"bcryptjs": "^2.4.3", | |||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"jsonwebtoken": "^8.5.1", | "jsonwebtoken": "^8.5.1", | ||
"mongoose": "^5.12.2", | |||
"nodemon": "^2.0.7" | "nodemon": "^2.0.7" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment