GoStack-Desafio-9-master
.gitignore
47B
tsconfig.json
6KB
package.json
1KB
prettier.config.js
91B
src
__tests__
App.spec.ts
8KB
modules
customers
services
CreateCustomerService.ts
864B
dtos
ICreateCustomerDTO.ts
81B
repositories
ICustomersRepository.ts
343B
infra
http
routes
customers.routes.ts
283B
controller
CustomersController.ts
538B
typeorm
repositories
CustomersRepository.ts
1KB
entities
Customer.ts
373B
orders
services
CreateOrderService.ts
3KB
FindOrderService.ts
540B
dtos
ICreateOrderDTO.ts
250B
repositories
IOrdersRepository.ts
258B
infra
http
routes
orders.routes.ts
308B
controller
OrdersController.ts
881B
typeorm
repositories
OrdersRepository.ts
952B
entities
OrdersProducts.ts
901B
Order.ts
758B
products
services
CreateProductService.ts
889B
dtos
IUpdateProductsQuantityDTO.ts
90B
ICreateProductDTO.ts
100B
repositories
IProductsRepository.ts
538B
infra
http
routes
products.routes.ts
275B
controller
ProductsController.ts
554B
typeorm
repositories
ProductsRepository.ts
1KB
entities
Product.ts
629B
shared
container
index.ts
884B
infra
http
routes
index.ts
449B
server.ts
107B
app.ts
797B
typeorm
migrations
1603057641626-CreateProducts.ts
1KB
1603057830424-CreateOrders.ts
871B
1603058193546-AddCustumerIdToOrders.ts
899B
1603057161561-CreateCustomers.ts
1KB
1603058804617-AddProductIdToOrdersProducts.ts
971B
1603058523947-AddOrderIdToOrdersProducts.ts
938B
1603057984822-CreateOrdersProducts.ts
1KB
index.ts
423B
errors
AppError.ts
237B
jest.config.js
6KB
.eslintignore
23B
.editorconfig
147B
yarn.lock
235KB
.eslintrc.json
1KB
ormconfig.json
356B
暂无评论