Skip to content

clarsen/go-trello-workflow

Repository files navigation

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

About

rewrite of trello-workflow in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages