fullstack Projekt zur Vereinfachung von Inspektionen
read doku here
backend stuff is not included there, but can be seen here
-
clone this repo
-
setup backend (here)
-
create .env file in frontend dir
- needs the same
API_KEYvalue as the backend .env - and the url of the backend
example
API_KEY=CR34T3UR0WN4P1%K3Y API_URL=http://192.168.178.40:3000/api/secure - needs the same
- see here
- run
flutter build apk(inside frontend dir) - a new file in
frontend\build\app\outputs\apk\release\app-release.apkappears, get this to an android device somehow - click it from the android device, install, run, tada!