Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)
parent
b994550b0d
commit
b3900f76be
@ -148,16 +148,16 @@ Once the containers have launched, open a browser and navigate to `http://localh
|
||||
You can also try the SPA style application by navigating to `http://localhost:5104`. Here are where all the
|
||||
services can be reached:
|
||||
|
||||
- *MVC Application*: `http://localhost:5100`
|
||||
- *SPA Application*: `http://localhost:5105`
|
||||
- *Health Status*: `http://localhost:5107`
|
||||
- *Catalog Microservice API*: `http://localhost:5101`
|
||||
- *Ordering Microservice API*: `http://localhost:5102`
|
||||
- *Basket Microservice API*: `http://localhost:5103`
|
||||
- *Identity Microservice API*: `http://localhost:5105`
|
||||
- *Payment API*: `http://localhost:5108`
|
||||
- *Marketing API*: `http://localhost:5110`
|
||||
- *Locations API*: `http://localhost:5109`
|
||||
- MVC web app: `http://localhost:5100`
|
||||
- SPA web app: `http://localhost:5105`
|
||||
- Health Status web app: `http://localhost:5107`
|
||||
- Catalog Microservice API: `http://localhost:5101`
|
||||
- Ordering Microservice API: `http://localhost:5102`
|
||||
- Basket Microservice API: `http://localhost:5103`
|
||||
- Identity Microservice API: `http://localhost:5105`
|
||||
- Payment API: `http://localhost:5108`
|
||||
- Marketing API: `http://localhost:5110`
|
||||
- Locations API: `http://localhost:5109`
|
||||
|
||||
To add items to the shopping cart or check out, you'll need to login to the site.
|
||||
The credentials for a demo user are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user