-
- Downloads
project design
Showing
- app.js 0 additions, 0 deletionsapp.js
- config/config.json 23 additions, 0 deletionsconfig/config.json
- controllers/chatController.js 0 additions, 0 deletionscontrollers/chatController.js
- controllers/friendController.js 0 additions, 0 deletionscontrollers/friendController.js
- controllers/meetingController.js 0 additions, 0 deletionscontrollers/meetingController.js
- controllers/scheduleController.js 0 additions, 0 deletionscontrollers/scheduleController.js
- models/chatParticipant.js 0 additions, 0 deletionsmodels/chatParticipant.js
- models/chatRoom.js 0 additions, 0 deletionsmodels/chatRoom.js
- models/index.js 43 additions, 0 deletionsmodels/index.js
- models/meeting.js 0 additions, 0 deletionsmodels/meeting.js
- models/meetingParticipant.js 0 additions, 0 deletionsmodels/meetingParticipant.js
- models/message.js 0 additions, 0 deletionsmodels/message.js
- models/schedule.js 0 additions, 0 deletionsmodels/schedule.js
- models/user.js 0 additions, 0 deletionsmodels/user.js
- package-lock.json 2159 additions, 33 deletionspackage-lock.json
- package.json 12 additions, 1 deletionpackage.json
- routes/auth.js 0 additions, 0 deletionsroutes/auth.js
- routes/chat.js 0 additions, 0 deletionsroutes/chat.js
- routes/friend.js 0 additions, 0 deletionsroutes/friend.js
- routes/index.js 0 additions, 0 deletionsroutes/index.js
File moved
config/config.json
0 → 100644
controllers/chatController.js
0 → 100644
controllers/friendController.js
0 → 100644
controllers/meetingController.js
0 → 100644
controllers/scheduleController.js
0 → 100644
models/chatParticipant.js
0 → 100644
models/chatRoom.js
0 → 100644
models/index.js
0 → 100644
models/meeting.js
0 → 100644
models/meetingParticipant.js
0 → 100644
models/message.js
0 → 100644
models/schedule.js
0 → 100644
models/user.js
0 → 100644
This diff is collapsed.
... | @@ -13,6 +13,17 @@ | ... | @@ -13,6 +13,17 @@ |
"license": "ISC", | "license": "ISC", | ||
"description": "", | "description": "", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.21.1" | "cookie-parser": "^1.4.7", | ||
"dotenv": "^16.4.5", | |||
"express": "^4.21.1", | |||
"express-session": "^1.18.1", | |||
"morgan": "^1.10.0", | |||
"multer": "^1.4.5-lts.1", | |||
"mysql2": "^3.11.4", | |||
"sequelize": "^6.37.5", | |||
"sequelize-cli": "^6.6.2" | |||
}, | |||
"devDependencies": { | |||
"nodemon": "^3.1.7" | |||
} | } | ||
} | } |
routes/auth.js
0 → 100644
routes/chat.js
0 → 100644
routes/friend.js
0 → 100644
routes/index.js
0 → 100644
Please register or sign in to comment