Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 811 Bytes

File metadata and controls

48 lines (34 loc) · 811 Bytes

AutoFlowAPI P2 (Dynamic integraion of APIs)

this repo contains the api that handles the flows created by the user on the website located at TSKsmiley/AutoFlow

Requirements

  • Node.js 16.x

Installation

First clone the repo

git clone https://github.com/TSKsmiley/AutoFlowAPI

then change your directory to the new folder

cd AutoFlowAPI

next up install the required packages

npm i

next 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