created bacis structure and routes for creating user and logging in
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "support-desk",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node backend/server.js",
|
||||
"server": "nodemon backend/server.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"colors": "^1.4.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"express-async-handler": "^1.2.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mongoose": "^6.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user