gostack-typeorm-relations-master
package.json
1KB
.eslintrc.json
1KB
jest.config.js
6KB
prettier.config.js
91B
src
shared
infra
typeorm
migrations
1598986140733-CreateProducts.ts
1KB
1598986986855-AddCustomerIdToOrders.ts
900B
1598987404405-AddProductIdToOrdersProducts.ts
972B
1598985908875-CreateCustomers.ts
1KB
1598986572010-CreateOrderProducts.ts
1KB
1598986396772-CreateOrders.ts
871B
1598987268411-AddOrderIdToOrdersProducts.ts
939B
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
876B
orders
repositories
IOrdersRepository.ts
258B
infra
typeorm
repositories
OrdersRepository.ts
908B
entities
Order.ts
734B
OrdersProducts.ts
875B
http
routes
orders.routes.ts
308B
controller
OrdersController.ts
868B
dtos
ICreateOrderDTO.ts
250B
services
FindOrderService.ts
894B
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
521B
dtos
ICreateCustomerDTO.ts
81B
services
CreateCustomerService.ts
883B
tsconfig.json
6KB
ormconfig.json
359B
.gitignore
47B
yarn.lock
235KB
.eslintignore
23B
.editorconfig
147B
暂无评论