module
Version:
v0.0.0-...-8cdf1ed
Opens a new window with list of versions in this module.
Published: Sep 28, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
Server for main template
GCP
Set up secrets in your workspace: GKE_PROJECT with the name of the project, GKE_EMAIL with the service account email, GKE_KEY with the Base64 encoded JSON service account key (https://github.com/GoogleCloudPlatform/github-actions/tree/docs/service-account-key/setup-gcloud#inputs).
Afteer deployment use kubectl port-forward:
Minikube
Install minikube and then run below command:
eval $(minikube docker-env)
and:
make deploy
Flutter web will be served on minikube IP:
minikube ip
Test Client/Server With nats-streaming-server
- start nats-streaming-server:
make nss
- start grpc server:
make go-srv
- start grpc client:
make go-cli
- populate nats-streaming-server with fake data:
make faker
Click to show internal directories.
Click to hide internal directories.