codigouranio / clan.sports.js

Clan Sports
Apache License 2.0
13 stars 7 forks source link

Create dtos/entities/service/controller for user management #54

Open codigouranio opened 1 year ago

codigouranio commented 1 year ago

Create user management domain to create/update/delete users. This entity will be use for login, authorization and registration.

codigouranio commented 1 year ago

https://github.com/nestjs/nest/tree/master/sample

codigouranio commented 1 year ago

USER CONTROLLER

codigouranio commented 1 year ago

USER ENTITY

codigouranio commented 1 year ago

npm run typeorm:db migration:generate ./src/db/first npm run typeorm:db migration:run