Girbons / effective-potato

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Drawing Drawing

Built with

About

License:MIT License


Languages

Language:Dart 50.7%Language:Go 39.6%Language:Ruby 6.6%Language:Objective-C 2.1%Language:Java 1.0%