Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triplespeeder/blocktimer_backend
https://github.com/triplespeeder/blocktimer_backend
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/triplespeeder/blocktimer_backend
- Owner: TripleSpeeder
- Created: 2019-11-04T11:09:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:49:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T08:07:13.173Z (about 1 month ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Info
This is just a playground project to get my hands dirty with grapQL and Google Cloud services. Currently not used and not maintained :)#### Start cloud SQL proxy
Run provided script "cloud_proxy.sh". Requires the actual database connetion
information being set in file ".env".
```bash
> cloud_proxy.sh
```#### Deploy
First get all static files:
```bash
> python manage.py collectstatic
```
Then issue upload:
```bash
> gcloud app deploy
```