From 2371fe4b42fbd8e84bd25e88d6689e78a80529e4 Mon Sep 17 00:00:00 2001 From: xrando <2837341L@student.gla.ac.uk> Date: Wed, 1 Nov 2023 12:00:36 +0800 Subject: [PATCH] readme update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1a33d5..fd84bb5 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,19 @@ pip install -r requirements.txt ## Usage ```bash -# Run backend using docker-compose +# Run backend & frontend using docker-compose docker-compose up + +# Run backend using kubernetes +cd K8s +kubectl apply -f redis_deployment.yaml +kubectl apply -f backend_deployment.yaml +kubectl apply -f backend_service.yaml + +# Run frontend locally +cd ../safeshare-frontend +npm install +npm start ``` ## Endpoints