go-trello-workflow

command module
v0.0.0-...-0deb35c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2021 License: MIT Imports: 5 Imported by: 0

README

go-trello-workflow

Installation

    git clone https://github.com/clarsen/go-trello-workflow.git

Generate Trello app key by https://trello.com/1/appKey/generate

Get auth token from https://trello.com/1/connect?key=&name=trellow-workflow&response_type=token

Trello boards should be set up as per expectations of the code.

Installation (for dev)

    git clone https://github.com/clarsen/go-trello-workflow.git
    cd web
    npm install

test with local code

go mod edit -replace github.com/clarsen/gtoggl-api=/Users/clarsen/lsrc/gtoggl-api

run local server

Adjust web/src/lib/api.js to use  'http://localhost:8080/api/gql' as private_gql endpoint
cd server/go;
. .env.production.nocommit
make local && go run handle_graphql/server/main.go

Deploy to AWS serverless

  • automatic on git push via CircleCI
  • ensure envrionment variables with API keys, email address are set up.

Notable mentions

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmds
server
go/handle_graphql
expose trello API/cards as model to be exposed by graphql
expose trello API/cards as model to be exposed by graphql

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL