Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/triplespeeder/blocktimer_backend


https://github.com/triplespeeder/blocktimer_backend

Last synced: 23 days ago
JSON representation

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
```