Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 373 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 373 Bytes

Quickstart

  1. Install Golang: https://golang.org/dl/
  2. Configure environment variables for Trello: https://trello.com/app-key
    • touch .env
    • TRELLO_APP_KEY=X (Personal Key)
    • TRELLO_TOKEN=X (Server Token)
  3. Configure environment variable for Google Oauth
    • Download credentials.json from Google Cloud Console.
  4. Start server: go run main.go