Skip to content

Commit

Permalink
feature: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiego73 committed Jun 11, 2020
1 parent 4af23fe commit f7d5274
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,28 @@ This project is structured by libraries and modules
│ ├── kernel # Shared Kernel (@micro/kernel)
│ ├── logger # Centralized library for logs both node js and browsers (@micro/logger)
│ ├── server # Centralized library for create custom server using NestJS (@micro/server)
│ ├── server-graphql # Centralized library for create custom server with graphql using NestJS (@micro/server-graphql)
│ └── utils # Library for validations, extensions, etc. (@micro/utils)
├── microservices
│ ├── countries
│ ├── bounded context
│ │ ├── app
│ │ ├── config
│ │ ├── core
│ │ │ ├── application
│ │ │ │ ├── dtos
│ │ │ │ ├── transforms
│ │ │ │ ├── mappers
│ │ │ │ └── use-cases
│ │ │ ├── domain
│ │ │ │ └── errors
│ │ │ │ ├── errors
│ │ │ │ ├── factory
│ │ │ │ ├── repository
│ │ │ │ └── services *
│ │ │ ├── infraestructure
│ │ │ │ ├── database
│ │ │ │ ├── database *
│ │ │ │ ├── http *
│ │ │ │ ├── services *
│ │ │ │ ├── mappers
│ │ │ │ └── repositories
│ │ │ │ └── repository
│ │ ├── interfaces
│ │ │ ├── console
│ │ │ │ ├── commands
Expand Down

0 comments on commit f7d5274

Please sign in to comment.