this repo contains the api that handles the flows created by the user on the website located at TSKsmiley/AutoFlow
- Node.js 16.x
First clone the repo
git clone https://github.com/TSKsmiley/AutoFlowAPIthen change your directory to the new folder
cd AutoFlowAPInext up install the required packages
npm inext up create a .env file. Fill out the following fields accordingly
DISCORD_WEBHOOK_TEST=your value here
DISCORD_WEBHOOK_ERROR=
MONGO_URL=
GOOGLE_TOKEN=
MAIL_ADDRESS_OUTLOOK=
MAIL_PASSWORD_OUTLOOK=
SLACK_SIGNING_SECRET=
SLACK_TOKEN=
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=then start the api with
npm start