| Repositório | Descrição |
|---|---|
| Docker Compose | docker-compose up --build |
| Microserviço | Implementação |
|---|---|
| Gateway | sb232.store.gateway |
| Discovery | sb232.store.discovery |
| Configuration | sb232.store.configuration |
| Microserviço | Implementação | Interface |
|---|---|---|
| Order | sb232.store.order | sb232.store.order.interface |
| Product | sb232.store.product | sb232.store.product.interface |
| Customer | sb232.store.customer | sb232.store.customer.interface |
| Auth | sb232.store.auth | sb232.store.auth.interface |