From eb8df76324c6841eaff9c559f0ab74c0aaa962d7 Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Fri, 13 Sep 2024 11:06:49 -0400 Subject: [PATCH] fix: Add link to app source code in README.md (#53) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 462dda8..5b98563 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Terraform Dynamic Java Application on GKE +This repository contains the Terraform and the Kubernetes YAML deployed by the Jump Start Solution (JSS) titled [Dynamic web application with Java](https://console.cloud.google.com/products/solutions/details/dynamic-java-web-application). +The source code for web application ("Point of Sale") deployed by this JSS can be found at [github.com/GoogleCloudPlatform/point-of-sale, in the jss-3.0 branch](https://github.com/GoogleCloudPlatform/point-of-sale/tree/jss-3.0). + ## Quickstart Try out the Terraform in this repository.