GithubHelp home page GithubHelp logo

isabella232 / appengine-dart-todos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecloudplatform/appengine-dart-todos

0.0 0.0 0.0 28 KB

License: Apache License 2.0

Dart 89.49% HTML 10.51%

appengine-dart-todos's Introduction

appengine-dart-todos

TodoMVC backend and frontend using the appengine Dart package.

Prerequisites

  1. Create a new cloud project on console.developers.google.com
  2. Note your Project ID. You will need it later.

FYI: You can view the content of your project's Cloud Datastore on the Google Developers Console in Storage > Cloud Datastore > Query after adding your first Todos.

Running and deploying

You need to install boot2docker and then install and setup the Google Cloud SDK:

# Get gcloud
$ curl https://sdk.cloud.google.com | bash

# Authorize gcloud and set your default project
$ gcloud auth login
$ gcloud config set project <Project ID>

# Get App Engine component
$ gcloud components update app

# Check that Docker is running
$ boot2docker up
$ $(boot2docker shellinit)

# Download the Dart Docker image
$ docker pull google/dart-runtime

To run the app locally:

$ gcloud preview app run app.yaml

To open the app locally visit http://localhost:8080.

To deploy the app to production:

$ gcloud preview app deploy app.yaml

To open the app on production visit http://<Project ID>.appspot.com.

Notes

The frontend code located in /web and /lib is a copy of the Vanilla Dart version of the TodoMVC frontend and adapted to use the TodoMVC Server API handlers.

appengine-dart-todos's People

Contributors

nicolasgarnier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.