Skip to content

Girbons/effective-potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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