Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/addono/masga-backend
Backend of the MaSGA (Make Sauna Great Again) project - Junction 2018 - Hack the Sauna Challenge
https://github.com/addono/masga-backend
backend google-cloud-functions junction junction2018 python
Last synced: 13 days ago
JSON representation
Backend of the MaSGA (Make Sauna Great Again) project - Junction 2018 - Hack the Sauna Challenge
- Host: GitHub
- URL: https://github.com/addono/masga-backend
- Owner: Addono
- Created: 2018-11-27T13:34:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T07:52:05.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:47:25.829Z (7 months ago)
- Topics: backend, google-cloud-functions, junction, junction2018, python
- Language: Python
- Homepage: https://aknapen.nl/masga
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaSGA - Make Sauna Great Again [Back-end]
Winner of the Junction 2018 challenge "Hack the Sauna" by VaisalaThis is the back-end of the project, the code of the front-end can be found in [Addono/masga](https://github.com/Addono/masga) repository.
A live version of the front-end can be found [here](https://aknapen.nl/masga). The back-end is accessible at:
[https://us-central1-junction-2018.cloudfunctions.net/get-percentage](https://us-central1-junction-2018.cloudfunctions.net/get-percentage).## Deployment
The back-end is written in Python and made to run on the serverless (Function-as-a-Service) public cloud environment Google Functions. To deploy the code upload the content of this repository as a new Google Cloud Function. It requires both the `main.py` and `requirements.txt` to be present. If the data should be retrieved from a different API, then alter the `BASE_URL` variable in `main.py`.