NOJIRA Added README and included github link
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal 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
|
||||||
@@ -34,7 +34,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<p> Heb je feedback?
|
<p> Heb je feedback?
|
||||||
<a href="https://docs.google.com/forms/d/e/1FAIpQLSddGpp9kbvW9QfLVATOM3pJqhq1ci0_gdZdpGmXmkPRMoiLEw/viewform?usp=sf_link"
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user