merge development to access
No related branches found
No related tags found
Showing
- README.md 30 additions, 3 deletionsREADME.md
- docker-compose.yml 1 addition, 1 deletiondocker-compose.yml
- package-lock.json 478 additions, 405 deletionspackage-lock.json
- package.json 5 additions, 1 deletionpackage.json
- src/app.controller.spec.ts 0 additions, 22 deletionssrc/app.controller.spec.ts
- src/app.controller.ts 12 additions, 0 deletionssrc/app.controller.ts
- src/app.module.ts 17 additions, 20 deletionssrc/app.module.ts
- src/game/game.controller.spec.ts 18 additions, 0 deletionssrc/game/game.controller.spec.ts
- src/game/game.controller.ts 43 additions, 0 deletionssrc/game/game.controller.ts
- src/game/game.dto.ts 51 additions, 0 deletionssrc/game/game.dto.ts
- src/game/game.entity.ts 62 additions, 0 deletionssrc/game/game.entity.ts
- src/game/game.module.ts 14 additions, 0 deletionssrc/game/game.module.ts
- src/game/game.service.spec.ts 18 additions, 0 deletionssrc/game/game.service.spec.ts
- src/game/game.service.ts 94 additions, 0 deletionssrc/game/game.service.ts
- src/mapmarkers/mapmarker.service.ts 1 addition, 0 deletionssrc/mapmarkers/mapmarker.service.ts
- src/mapmarkers/mapmarkers.controller.ts 1 addition, 3 deletionssrc/mapmarkers/mapmarkers.controller.ts
- src/notifications/notification.entity.ts 11 additions, 0 deletionssrc/notifications/notification.entity.ts
- src/notifications/notifications.gateway.ts 53 additions, 0 deletionssrc/notifications/notifications.gateway.ts
- src/notifications/notifications.module.ts 10 additions, 0 deletionssrc/notifications/notifications.module.ts
- src/shared/array-validation.ts 17 additions, 0 deletionssrc/shared/array-validation.ts
This diff is collapsed.
... | ... | @@ -24,7 +24,9 @@ |
"@nestjs/core": "^6.0.0", | ||
"@nestjs/jwt": "^6.1.1", | ||
"@nestjs/platform-express": "^6.0.0", | ||
"@nestjs/platform-socket.io": "^6.3.1", | ||
"@nestjs/typeorm": "^6.1.1", | ||
"@nestjs/websockets": "^6.3.1", | ||
"bcryptjs": "^2.4.3", | ||
"class-transformer": "^0.2.3", | ||
"class-validator": "^0.9.1", | ||
... | ... | @@ -37,6 +39,7 @@ |
"rimraf": "^2.6.2", | ||
"rxjs": "^6.3.3", | ||
"sequelize": "^5.8.7", | ||
"socket.io-redis": "^5.2.0", | ||
"typeorm": "^0.2.17" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -46,10 +49,11 @@ |
"@types/jest": "^23.3.13", | ||
"@types/jsonwebtoken": "^8.3.2", | ||
"@types/node": "^10.12.18", | ||
"@types/socket.io": "^2.1.2", | ||
"@types/supertest": "^2.0.7", | ||
"concurrently": "^4.1.0", | ||
"jest": "^24.8.0", | ||
"nodemon": "^1.18.9", | ||
"nodemon": "^1.19.1", | ||
"prettier": "^1.15.3", | ||
"supertest": "^3.4.1", | ||
"ts-jest": "24.0.2", | ||
... | ... |
src/app.controller.spec.ts
deleted
100644 → 0
src/app.controller.ts
0 → 100644
src/game/game.controller.spec.ts
0 → 100644
src/game/game.controller.ts
0 → 100644
src/game/game.dto.ts
0 → 100644
src/game/game.entity.ts
0 → 100644
src/game/game.module.ts
0 → 100644
src/game/game.service.spec.ts
0 → 100644
src/game/game.service.ts
0 → 100644
src/notifications/notification.entity.ts
0 → 100644
src/notifications/notifications.gateway.ts
0 → 100644
src/notifications/notifications.module.ts
0 → 100644
src/shared/array-validation.ts
0 → 100644
Please register or sign in to comment