1.1.9 • Published 3 months ago

juliaositembackenexpress v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Lib comunes en proyectos nest

├── api │   ├── controllers │   │   └── crudInterFace.ts # esto es el controlador base │   └── dtos # aqui deben agregar los dtos ejemplo dto/mi micro /claseDTO │   ├── AddresDTO.ts │   ├── CityDTO.ts │   ├── CountryDTO.ts │   ├── DatesUserDTO.ts │   ├── LoginDTO.ts │   ├── PhoneDTO.ts │   ├── productos │   │   └── ProductosDTO.ts │   ├── PropertyTypeDTO.ts │   └── RegisterUserDTO.ts ├── infraestructure │   ├── adapters │   │   ├── primary # implementacion de crud │   │   │   └── defaulServiceImpl.ts │   │   ├── secondary │   │   │   └── defaultAdapterRepository.ts │   │   └── third │   │   └── defaultAdapterRedis.ts │   ├── repository │   │   └── defaultRepository.ts │   └── servicios │   ├── primary │   │   └── crudPrimaryService.ts │   └── secondary │   └── crudSecundaryService.ts └── utils ├── abstractError.ts
├── app.ts # implementacion de swagger ├── PlantillaResponse.ts # la plantilla de respuestas de todos los micros ├── Responses.ts ├── ResponseType.ts └── serviseResponse.ts

1.1.1

3 months ago

1.1.9

3 months ago

1.1.8

3 months ago

1.0.9

6 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago