microservices-demo/src/cartservice
Simon Zeltser 546562fe53 Fixing AddItem and adding more tests/cartservice/CartServiceTests
Updated AddItem functionality so it handles update quantities scenario.
Added tests
2018-06-29 11:08:06 -07:00
..
cartstore Fixing AddItem and adding more tests/cartservice/CartServiceTests 2018-06-29 11:08:06 -07:00
interfaces added redis integration and command line arguments handling to cart service. Didn't test in the cloud yet 2018-06-21 11:09:12 -07:00
scripts Fixing GetCart for non-existing user 2018-06-26 14:41:00 -07:00
.gitignore added gitignore file for .net proj 2018-06-21 11:19:48 -07:00
cartservice.csproj Fixing docker issues. Now the server can run in linux docker container but doesn't work with real redis yet 2018-06-21 14:53:07 -07:00
CartServiceImpl.cs Fixing cache implementation 2018-06-25 09:44:56 -07:00
Demo.cs Initial commit of cart service using .net core 2.0. Working prototype without cache implementation (yet) 2018-06-20 15:40:07 -07:00
DemoGrpc.cs Initial commit of cart service using .net core 2.0. Working prototype without cache implementation (yet) 2018-06-20 15:40:07 -07:00
Dockerfile Updating docker file to not include ports. Added scripts folder and script to run docker with env vars passed via command line. Also now the build and packaging is happening in container 2018-06-22 17:17:34 -07:00
generate_protos.bat Initial commit of cart service using .net core 2.0. Working prototype without cache implementation (yet) 2018-06-20 15:40:07 -07:00
Program.cs Fixing cache implementation 2018-06-25 09:44:56 -07:00