juliaositembackenexpress

1.0.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i juliaositembackenexpress

Weekly Downloads

14

Version

1.0.9

License

ISC

Unpacked Size

30.7 kB

Total Files

29

Last publish

Collaborators

  • farisured