diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |
