You will need the following tools:
- Visual Studio 2019
- .Net Core 5 or later
- Docker Desktop
At the root directory which include docker-compose.yml files, run below command:
-
Catalog API -> http://localhost:8000/swagger/index.html
-
Basket API -> http://localhost:8001/swagger/index.html
-
Discount API -> http://localhost:8002/swagger/index.html
-
Ordering API -> http://localhost:8004/swagger/index.html
-
Shopping.Aggregator -> http://localhost:8005/swagger/index.html
-
API Gateway -> http://localhost:8010/Catalog
-
Rabbit Management Dashboard -> http://localhost:15672
-
Portainer -> http://localhost:9000
-
pgAdmin PostgreSQL -> http://localhost:5050
-
Elasticsearch -> http://localhost:9200
-
Web UI -> http://localhost:8006
If you like or are using this project to learn or start your solution, please give it a star. Thanks!