From 9e32bdbdeb0d1192b35cb847d9ba7a9cedddb8f2 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 26 May 2024 01:09:43 +0300 Subject: Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f0b2f8a..e65d779 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,15 @@ kubectl apply -f worker-deployment.yaml kubectl apply -f auto-hpa.yaml ``` + +### 7. Start the frontend server +```sh +cd frontend +npm install +npm run dev +``` + + ## Usage - Upload images to be processed by sending requests to the application server. - The application server stores the images in Amazon S3 and sends task notifications to RabbitMQ. -- cgit v1.2.3