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