diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-26 01:09:43 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-26 01:09:43 +0300 |
| commit | 9e32bdbdeb0d1192b35cb847d9ba7a9cedddb8f2 (patch) | |
| tree | 886e5e99e134e1593831891e1ea50a17972aac66 | |
| parent | 259e8a848c5a292ef34bb1fe8ff3d44f8c25acbb (diff) | |
| download | cloudrender-master.tar.xz cloudrender-master.zip | |
| -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. |
