mirror of
https://github.com/opendatazurich/BinBuddy.git
synced 2026-08-25 22:14:24 +00:00
GovTech Hackathon 2023 project | Read-only mirror of https://github.com/opendatazurich/BinBuddy — Stadt Zürich. Issues & pull requests at the source.
- Python 44%
- Vue 43.9%
- HTML 7.4%
- JavaScript 3.7%
- Shell 1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin-buddy | ||
| csv/testing | ||
| data | ||
| scripts/python | ||
| .env.dist | ||
| .gitignore | ||
| app.py | ||
| index.html | ||
| Kontaktformular_de.md | ||
| package-lock.json | ||
| package.json | ||
| python_setup.sh | ||
| README.md | ||
| requirements.txt | ||
| vue_setup.sh | ||
BinBuddy
Demo
Datasets
Gemeinden: https://s.zazuko.com/2cdhrjj Feiertage:
CSV-Format: https://github.com/metaodi/openerz/tree/main/csv#format
Flask application
To run the application:
python app.py
The vue app is in the bin-buddy/src directory.
To run the vue app:
cd client
npm run serve
Setup
To setup python run:
./python_setup.sh
To setup the vue application:
cd bin-buddy
npm install
The application needs a Persal Access Token of GitHub, please provide it in your .env file:
cp .env.dist .env
# edit .env
