Estrutura do projeto

Run in Insomnia} - The Coffee Class API

β”œβ”€β”€ .github
β”œβ”€β”€ .vscode
β”œβ”€β”€ src
β”œβ”€β”€β”€β”€ app
β”‚    β”œβ”€β”€ @types
β”‚    └── config
β”‚    └── modules
β”‚    β”‚   └── [...]
β”‚    └── core
β”‚    β”‚   └── shared
β”‚    β”‚   β”‚   └── http
β”‚    β”‚   β”‚   β”‚   └── errors
β”‚    β”‚   β”‚   β”‚   β”‚   β”‚   └── [...]
β”‚    β”‚   β”‚   β”‚   └── middlewares
β”‚    β”‚   β”‚   β”‚   β”‚   β”‚   └── [...]
β”‚    β”‚   β”‚   β”‚   └── routes
β”‚    β”‚   β”‚   β”‚   β”‚   β”‚   └── [...]
β”‚    β”‚   β”‚   β”‚   └── app.ts
β”‚    β”‚   β”‚   β”‚   └── server.ts
β”‚    β”‚   β”‚   └── infra
β”‚    β”‚   β”‚   β”‚   └── database
β”‚    β”‚   β”‚   β”‚   β”‚   └── mongodb
β”‚    β”‚   β”‚   β”‚   β”‚   β”‚   └── models
β”‚    β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └── [...]
β”‚    β”‚   β”‚   β”‚   β”‚   └── client.ts
β”‚    β”‚   └── utils
β”œβ”€β”€ uploads
β”‚    β”œβ”€β”€ .gitkeep
β”œβ”€β”€ editorconfig
β”œβ”€β”€ .eslintrc.json
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── yarn.lock

Last updated