Kyma Showcase is a project about object-recognition relying on GCP API and Serverless Functions Workflow. A customer uploads an image on the front page which is then displayed in a feed. Clicking on any image in feed redirects you to its details page which displays all the information acquired from processing that image.
- To run Kyma Showcase application, clone the repository:
git clone https://github.com/kyma-incubator/kyma-showcase.git
- Get cluster domain and replace placeholder values in the following files:
resources/backend/apirule.yaml
resources/frontend/apirule.yaml
resources/frontend/frontend-config.yaml
- Set secrets by replacing placeholders in the file:
resources/secrets.yaml
- To deploy application on Kubernetes cluster, run the following command:
kubectl apply -f resources -R
- To get the application URL run the following command:
kubectl get apirule frontend -o jsonpath='{.spec.service.host}'
Detailed development guide can be found here.
To be able to contribute follow the workflow described in git-workflow.md
document.