The API to recieve webhook requests from Trello.
- PostgreSQL (download & install)
- Redis (optional, quickstart)
- InfluxDB (optional, install)
- Actional (optional)
- A running Taco instance
- Clone the repo
- Copy and paste
.env.exampleto.envand fill in variables.API_PORTneeds to be an open port that can recieve incoming requests.
npm i -g yarnyarn install
In a development environment: Run yarn dev
In a production environment: Run yarn build, then NODE_ENV=production yarn start
Using PM2 in a production environment: Run yarn build, then pm2 start pm2.json --env production