- Criando
migration
tags
$ yarn typeorm migration:create -n CreateTags
- Criar a
tabela
- Rodando a `migration tags
$ yarn typeorm migration:run
- Criar
entidade
tag
$ yarn typeorm entity:create -n User
-
Criar o
Repositório
tags -
Criar o
Service
tags
-
Regras
[x] Não é permitido cadastrar mais de uma tag com o mesmo nome;
[x] Não é permitido cadastrar tag sem nome;
-
Criar o
controller
tags -
Criar a
rota
tags