/buerro

2020 ASE - Project

Primary LanguagePythonMIT LicenseMIT

buerro 🌯

This is a super cool PDA from super cool people.

Best deployed using the Docker buerro wrapper.

Install

make install

The scheduler we use, might require setting your local timezone:

export TZ=Europe/Berlin

Test

make test

We are only unit testing the backend. The frontend is minimal and depends on browser functionality like geo location, push notifications, text-to-speech, speech-to-text etc. This would require E2E-tests.

Deploy

make frontend &
make backend