microservices-demo/src/cartservice
Ahmet Alp Balkan 878be040e4 cartservice: add net-tools to build
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-06-29 11:08:09 -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 Renaming cart service env vars 2018-06-29 11:08:08 -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 cartservice: add net-tools to build 2018-06-29 11:08:09 -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 Renaming cart service env vars 2018-06-29 11:08:08 -07:00