No description
Find a file
Simon Zeltser 2041bdcb48 Fixing GetCart for non-existing user
Now GetCart returns an empty cart for non-existing user
(user that haven't added anything to the cart before)
Added test to cover that

Also enhanced windows script for running cart service locally.
Now we have two options:
 - Running the service and redis locally (assuming redis emulator is installed)
   This is good for easier local debugging and troubleshooting

   docker_setup local

 - Running the service and redis in two separate docker containers
   This is good for better simulation of what will happen in the cloud
2018-06-26 14:41:00 -07:00
.vscode Fixing cache implementation 2018-06-25 09:44:56 -07:00
kubernetes-manifests connect cartservice 2018-06-26 11:01:24 -07:00
pb pb: breaking change to currencyservice protos 2018-06-20 16:58:26 -07:00
src Fixing GetCart for non-existing user 2018-06-26 14:41:00 -07:00
tests/cartservice Fixing GetCart for non-existing user 2018-06-26 14:41:00 -07:00
.gitignore checkoutservice: add code stubs, TODO implement 2018-06-21 11:44:47 -07:00
README.md First commit 2018-06-13 14:22:48 -07:00
skaffold.yaml connect cartservice 2018-06-26 11:01:24 -07:00

Microservices demo