Skip to content

stablekernel/tour-of-heroes-dart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
k8s
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tour of Heroes: Aqueduct

This is the companion application for the official Aqueduct tutorial.

It has been modified from the original AngularDart tutorial to make HTTP requests to the Aqueduct tutorial application running on your machine.

To run this application:

pub serve

A Dockerfile and Kubernetes configuration file is available for deployment. To run on Google Cloud:

pub build
docker build -t gcr.io/<your-project-name>/tour-of-heroes:latest .
gcloud docker -- push gcr.io/<your-project-name>/tour-of-heroes:latest
kubectl apply -f k8s/

This configuration file assumes your cluster has an nginx-ingress-controller. To run with Google Cloud Load Balancers, remove the kubernetes.io/ingress.class: "nginx" annotation from the Ingress resource.

About

Modified version of AngularDart Tour of Heroes for use with Aqueduct tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published