An open API service indexing awesome lists of open source software.

https://github.com/syncom/cv-soccer-lotto

CV Invitational Soccer Lotto for Google App Engine
https://github.com/syncom/cv-soccer-lotto

Last synced: about 1 year ago
JSON representation

CV Invitational Soccer Lotto for Google App Engine

Awesome Lists containing this project

README

          

# cv-soccer-lotto
"CV Invitational Soccer Lotto for Google App Engine" is a Google Cloud application
written for the CV Invitational Soccer community for their team selection.

It requires the [Google Cloud SDK](https://cloud.google.com/sdk/docs/) be
installed first. After you clone the repository, change into the source
directory.

To test:
```
dev_appserver.py .
```

To deploy to Google Cloud Platform (App Engine):
```
gcloud app deploy
```

For more Google Cloud Platform information, refer to https://cloud.google.com/appengine/docs/python/quickstart.