e-commerce-master
.eslintrc.json
1KB
yarn.lock
235KB
ormconfig.json
356B
src
shared
container
index.ts
884B
errors
AppError.ts
237B
infra
http
app.ts
797B
server.ts
107B
routes
index.ts
449B
typeorm
index.ts
423B
migrations
1591394491452-CreatePorducts.ts
1KB
1591390167810-CreateCustomers.ts
1KB
1591397725317-CreateOrders.ts
1KB
1591398699523-CreateOrdersProducts.ts
2KB
modules
products
dtos
IUpdateProductsQuantityDTO.ts
90B
ICreateProductDTO.ts
100B
services
CreateProductService.ts
880B
repositories
IProductsRepository.ts
538B
infra
http
controller
ProductsController.ts
554B
routes
products.routes.ts
275B
typeorm
entities
Product.ts
609B
repositories
ProductsRepository.ts
1KB
orders
dtos
ICreateOrderDTO.ts
250B
services
CreateOrderService.ts
2KB
FindOrderService.ts
888B
repositories
IOrdersRepository.ts
258B
infra
http
controller
OrdersController.ts
853B
routes
orders.routes.ts
308B
typeorm
entities
OrdersProducts.ts
838B
Order.ts
796B
repositories
OrdersRepository.ts
836B
customers
dtos
ICreateCustomerDTO.ts
81B
services
CreateCustomerService.ts
861B
repositories
ICustomersRepository.ts
343B
infra
http
controller
CustomersController.ts
541B
routes
customers.routes.ts
283B
typeorm
entities
Customer.ts
373B
repositories
CustomersRepository.ts
1KB
__tests__
App.spec.ts
8KB
tsconfig.json
6KB
jest.config.js
6KB
prettier.config.js
91B
.editorconfig
147B
.gitignore
47B
.eslintignore
23B
package.json
1KB
暂无评论