README.md

    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.

    项目简介

    Forked from https://github.com/zhengger/tour-of-heroes-dart Modified version of AngularDart Tour of Heroes for use with Aqueduct tutorial.

    发行版本

    当前项目没有发行版本

    贡献者 2

    M Marcus Smith @Marcus Smith
    J Joe Conway @Joe Conway

    开发语言

    • Dart 78.1 %
    • CSS 13.6 %
    • HTML 7.0 %
    • Dockerfile 1.4 %