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
- Host: GitHub
- URL: https://github.com/syncom/cv-soccer-lotto
- Owner: syncom
- License: apache-2.0
- Created: 2016-11-06T06:06:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T08:17:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T22:13:16.453Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.