-
Notifications
You must be signed in to change notification settings - Fork 34
How to start the project
Thang Chung edited this page Jun 9, 2017
·
1 revision
- Make sure installing the RabbitMQ for Windows at https://www.rabbitmq.com/install-windows.html
- Enable the management UI at https://www.rabbitmq.com/management.html
- Create the
root/rootuser - Create the
shopping_cartqueue andshopping_cartvhost (assign therootuser to this vhost)
- Open the Command Prompt on your development box, then run Consul in development mode
consul.exe agent -dev

-
cdtobuildsfolder, and runstart_all_services.ps1in Powershell window
Then we can access to services as below
- Customer Service: http://localhost:8801
- Order Service: http://localhost:8802
- Catalog Service: http://localhost:8803
- Checkout Service: http://localhost:8804
- Payment Service: http://localhost:8805
- Audit Service (core): http://localhost:8806
- API Gateway (core): http://localhost:8888/swagger
- Security Service (core): http://localhost:9999/.well-known/openid-configuration (
root@shoppingcart.com/root) - RabbitMQ endpoint (core): http://localhost:15672 (
guest/guest) - Discovery Service (core): http://localhost:8500
- Open the website at
http://localhost:3000, then log in withroot@shoppingcart.com/root
Note: Should run in Administrator mode