summaryrefslogtreecommitdiff
path: root/src/recommendation/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/recommendation/README.md')
-rw-r--r--src/recommendation/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/recommendation/README.md b/src/recommendation/README.md
new file mode 100644
index 0000000..ec0df48
--- /dev/null
+++ b/src/recommendation/README.md
@@ -0,0 +1,20 @@
+# Recommendation Service
+
+This service provides recommendations for other products based on the currently
+selected product.
+
+## Local Build
+
+To build the protos, run from the root directory:
+
+```sh
+make docker-generate-protobuf
+```
+
+## Docker Build
+
+From the root directory, run:
+
+```sh
+docker compose build recommendation
+```