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.example
to.env
and fill in variables.API_PORT
needs to be an open port that can recieve incoming requests.
npm i -g yarn
yarn 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