orders dashboard in microservices architecture
docker-compose up --build -d
- dashboard: http://localhost:3000
- customers service: http://localhost:8001/customers
- customers swagger: http://localhost:8001/swagger/
- orders service: http://localhost:8002/orders
- orders swagger: http://localhost:8002/swagger/
- suppliers service: http://localhost:8003/suppliers
- suppliers swagger: http://localhost:8003/swagger/
- auth service: http://localhost:8004/users
- auth swagger: http://localhost:8004/swagger/
docker-compose down
- docker:
20.10.17
- docker-compose:
1.29.2