Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

DEVELOP.md

File metadata and controls

35 lines (24 loc) · 1.16 KB

Introduction to the dev

Models in this project based on JSON schemas. Details here.

API of this project based on OpenAPI. More details here.

Notes about Spring REST-API here.

In Database role is PostgreSQL → details here.

And all of that takes off on Google services: - Cloud Build - Cloud Storage - Artifact Registry - Kubernetes Engine - Google Secret Manager

GOOGLE CLOUD SERVICES

  1. Details about Google Cloud Build look here.
  2. Google Kubernetes Engine look here. (You can connect to the pod in the K8b.) ;)
  3. Secrets Manager

Run its locally & look up.

Requirements:

  1. Linux
  2. Docker latest
  3. Google Cloud CLI installed of this instruction (installation from *.tar.gz using install.sh).
  4. Kubernetes should be installed using command gcloud components ...