Expose a REST API to handle raspberry GPIO.
git clone https://github.com/Girbons/effective-potato.git
export GO111MODULE=on
Change the secret in config.yaml
that is used to generate JWT.
go build -o effective-potato
./effective-potato -create-admin-user
./effective-potato
cd app/
flutter clean
flutter pub get
flutter build [ios/android]
flutter install
Default Credentials to login:
- username: 'admin'
- password: '123456'