Effective Potato
Expose a REST API to handle raspberry GPIO.
Getting Started
git clone https://github.com/Girbons/effective-potato.git
requirements
Enable Go modules
export GO111MODULE=on
Edit the config.yaml
Change the secret in config.yaml
that is used to generate JWT.
Run
go build -o effective-potato
./effective-potato -create-admin-user
./effective-potato
Install the flutter app
cd app/
flutter clean
flutter pub get
flutter build [ios/android]
flutter install
Default Credentials to login:
- username: 'admin'
- password: '123456'
![Drawing](https://github.com/Girbons/effective-potato/raw/0791769ad973/img/login.jpg)
![Drawing](https://github.com/Girbons/effective-potato/raw/0791769ad973/img/home.jpg)
Built with