You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Next, within the AspnetRun.Web directory, launch the back end by running:
82
-
```csharp
83
-
dotnetrun
84
-
```
85
-
5. Launch http://localhost:5400/ in your browser to view the Web UI.
86
-
87
-
If you have **Visual Studio** after cloning Open solution with your IDE, AspnetRun.Web should be the start-up project. Directly run this project on Visual Studio with **F5 or Ctrl+F5**. You will see index page of project, you can navigate product and category pages and you can perform crud operations on your browser.
77
+
3. Wait for docker compose all microservices. That’s it!
78
+
79
+
4. You can launch microservices as below urls:
80
+
* RabbitMQ -> http://localhost:15672/
81
+
* Catalog API -> http://localhost:8000/swagger/index.html
82
+
* Basket API -> http://localhost:8001/swagger/index.html
83
+
* Order API -> http://localhost:8002/swagger/index.html
84
+
* API Gateway -> http://localhost:7000/Order?username=swn
85
+
* Web UI -> http://localhost:8003/
86
+
87
+
5. Launch http://localhost:8003/ in your browser to view the Web UI.
88
+
You can use Web project in order to call microservices over API Gateway. When you checkout the basket you can follow queue record on RabbitMQ dashboard.
88
89
89
90
### Usage
90
91
After cloning or downloading the sample you should be able to run it using an In Memory database immediately. The default configuration of Entity Framework Database is **"InMemoryDatabase"**.
0 commit comments