-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- Adicioanar estrutura de pastas que sigam convenções/boas_praticas no readme.
Ex:
src/
├── modules/
│ ├── users/
│ │ ├── dto/
│ │ ├── users.controller.ts
│ │ ├── users.module.ts
│ │ ├── users.service.ts
│ ├── auth/
│ │ ├── dto/
│ │ ├── auth.controller.ts
│ │ ├── auth.module.ts
│ │ ├── auth.service.ts
├── common/
│ ├── filters/
│ ├── interceptors/
│ ├── guards/
│ ├── pipes/
├── main.ts
└── app.module.ts
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog