My wedding web
This project makes use of the Trello rest API
It requires docker
make build
make test
make lint
Execute the following shell command:
make run-example
Open a browser and go to http://localhost:4000
Example Trello board: https://trello.com/b/uNEr4dgX/bodorriotest
Execute cp spec/integration/.env .env
and substitute the env variables with your own.
make run