Skip to content

GrossmanJoshua/bballapp

Repository files navigation

Run the Development Server

$ python2.7 ~/Documents/Code/google-cloud-sdk/bin/dev_appserver.py app.yaml

Documentation: here

You can go to http://localhost:8000/ for the admin page.

You can login at http://localhost:8080/_ah/login

The server is running at http://localhost:8080

Deploy

$ ~/Documents/Code/google-cloud-sdk/bin/gcloud config set project concord-lunchtime-bball
$ ~/Documents/Code/google-cloud-sdk/bin/gcloud app deploy app.yaml

Documentation: here

Web page app console: (must be signed in)

https://console.cloud.google.com/appengine

Adding new players

Make sure to add them with this key as the parent:

Key(GameStatus, 'Bball')

About

Basketball signup list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published