feat: added generate password, fixed id issue
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/people/dao/people.dao.ts 23 additions, 2 deletionssrc/people/dao/people.dao.ts
- src/people/dto/create-people.dto.ts 4 additions, 8 deletionssrc/people/dto/create-people.dto.ts
- src/people/entities/people.entity.ts 0 additions, 1 deletionsrc/people/entities/people.entity.ts
- src/people/people.types.ts 0 additions, 1 deletionsrc/people/people.types.ts
- src/people/schemas/people.schema.ts 0 additions, 8 deletionssrc/people/schemas/people.schema.ts
- yarn.lock 4605 additions, 4294 deletionsyarn.lock
... | ... | @@ -29,6 +29,7 @@ |
"@nestjs/core": "^9.0.0", | ||
"@nestjs/mongoose": "^9.2.1", | ||
"@nestjs/platform-express": "^9.0.0", | ||
"fastify": "^4.9.2", | ||
"mongoose": "^6.7.2", | ||
"reflect-metadata": "^0.1.13", | ||
"rimraf": "^3.0.2", | ||
... | ... |
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment