nivel-04-desafio-01-master
package.json
1KB
.eslintrc.json
1KB
jest.config.js
6KB
prettier.config.js
91B
src
shared
infra
typeorm
migrations
1601491100622-CreateCustomers.ts
1KB
1601503219373-AddCustomerIdToOrders.ts
900B
1601560488457-AddProductIdToOrdersProducts.ts
972B
1601494598874-CreateProducts.ts
1KB
1601495744926-CreateOrders.ts
871B
1601503897738-AddOrderIdToOrdersProducts.ts
937B
1601502511140-CreateOrdersProducts.ts
1KB
index.ts
423B
http
routes
index.ts
449B
server.ts
107B
app.ts
797B
container
index.ts
884B
errors
AppError.ts
237B
__tests__
App.spec.ts
8KB
modules
products
repositories
IProductsRepository.ts
538B
infra
typeorm
repositories
ProductsRepository.ts
1KB
entities
Product.ts
629B
http
routes
products.routes.ts
275B
controller
ProductsController.ts
554B
dtos
ICreateProductDTO.ts
100B
IUpdateProductsQuantityDTO.ts
90B
services
CreateProductService.ts
890B
orders
repositories
IOrdersRepository.ts
258B
infra
typeorm
repositories
OrdersRepository.ts
900B
entities
Order.ts
724B
OrdersProducts.ts
875B
http
routes
orders.routes.ts
308B
controller
OrdersController.ts
881B
dtos
ICreateOrderDTO.ts
250B
services
FindOrderService.ts
540B
CreateOrderService.ts
3KB
customers
repositories
ICustomersRepository.ts
343B
infra
typeorm
repositories
CustomersRepository.ts
1KB
entities
Customer.ts
373B
http
routes
customers.routes.ts
283B
controller
CustomersController.ts
538B
dtos
ICreateCustomerDTO.ts
81B
services
CreateCustomerService.ts
864B
tsconfig.json
6KB
ormconfig.json
356B
.gitignore
47B
yarn.lock
235KB
.eslintignore
23B
.editorconfig
147B
暂无评论