Skip to content

Commit

Permalink
#292 Update documentation with more recent app screenshots & gcloud info
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron committed Dec 13, 2024
1 parent 4056abc commit 96342e1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ docker inspect network my-network
gradle clean build
```

## Login to gcloud project for authentication tokens etc. for save to local workspace
### Accept & allow browser prompts.
### Note: This is for direct app run, need to to do this in container or pod for virtualization.
```
gcloud auth application-default login
```

## Verify credentials (set appropriate svc / user account & project name)
```
gcloud config list
```

## Run 'com.ironoc.db.App.java' directly from IntelliJ (can use localhost for spring.datasource.url) or
## via CLI (build & spin up docker image, use docker network IP address for test-mysql process):
```
Expand Down Expand Up @@ -143,7 +155,7 @@ minikube delete
## Screenshot Form Validation Error for Add Person Call
![ui-form-validation](./screenshots/ui-form-validation.png?raw=true "UI form validation")

## Screenshot Form Validation Error for Delete Operation
![ui-delete-validation](./screenshots/ui-delete-validation.png?raw=true "UI delete validation")
## Screenshot Form Validation Error for Edit Operation
![ui-edit-validation](./screenshots/ui-edit-validation.png?raw=true "UI Edit validation")


Binary file modified screenshots/DBManager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/ui-delete-validation.png
Binary file not shown.
Binary file added screenshots/ui-edit-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ui-form-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96342e1

Please sign in to comment.