Skip to content

Latest commit

 

History

History
 
 

cartservice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cart Service

This service stores user shopping carts in Valkey.

Local Build

Run dotnet restore and dotnet build.

Docker Build

From the root directory of this repository, run:

docker compose build cartservice