-
Install the dependencies with
yarn installornpm install. -
Copy the
.env.exampleto.envand update the fields to reflect your environment -
Creating webhook on https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/
-
Creating Trello API Key, Secret, and Token https://trello.com/power-ups/
-
Callback url should end with /v1/trello
- Go to your trello board
- Add .json at end of url. example : (https://trello.com/b/123456/board.json)
- Find idBoard
- That is your idModel
-
To compile the TypeScript source to
.jsfiles, runyarn buildornpm run build. -
To start the server, run
yarn startornpm start. -
The project is now accessible http://localhost:3000.