Skip to content

Mastbau-FN/inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inspector

fullstack Projekt zur Vereinfachung von Inspektionen

todos

here

read doku here

backend stuff is not included there, but can be seen here

how to build and run:

Setup

  • clone this repo

  • setup backend (here)

  • create .env file in frontend dir

    • needs the same API_KEY value 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
    
    

install flutter

install app

  • run flutter build apk (inside frontend dir)
  • a new file in frontend\build\app\outputs\apk\release\app-release.apk appears, get this to an android device somehow
  • click it from the android device, install, run, tada!