NOJIRA Added README and included github link

This commit is contained in:
2021-09-15 13:00:30 +02:00
parent 62a47d1666
commit f2f6811943
2 changed files with 26 additions and 1 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Frietlijst by Ivo
Dit is een applicatie die de recente antwoorden op het bestelformulier weergeeft,
zodat de informatie inzichtelijker is dan op Google Sheets.
De applicatie is te benaderen via: https://europe-west1-friet-azg.cloudfunctions.net/frietlijst
## Lokaal draaien
Eenmalig:
- Download de service account credentials als `token.json`
- Installeer de requirements.txt
- `pip install functions-framework`
Telkens:
- `bash run-locally.sh`
## Deployen
Eenmalig
- Download de service account credentials als `token.json`
Telkens
- `bash pack.sh`
- Upload `deployable.zip` via https://console.cloud.google.com/functions/details/europe-west1/frietlijst?project=friet-azg

View File

@@ -34,7 +34,10 @@
</ul>
<p> Heb je feedback?
<a href="https://docs.google.com/forms/d/e/1FAIpQLSddGpp9kbvW9QfLVATOM3pJqhq1ci0_gdZdpGmXmkPRMoiLEw/viewform?usp=sf_link"
title="hier" target="_blank">Klik hier!</a></p>
target="_blank">Klik hier!</a></p>
<p>Wil je de code van deze pagina zien of hieraan bijdragen? <a href="https://github.com/spijkercenter/frietlijst"
target="_blank">Klik hier!</a>
</p>
</div>
</body>
</html>