Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 583 Bytes

txtlss hackiesacks API

Running Locally

Make sure you have Node.js (atleast v12.13.0, npm v6.12.0) installed.

git clone https://github.com/abhinavchawla13/txtlss-hackiesacks.git
cd txtlss-hackiesacks
npm install
npm run start

Environment Variables

Add a .env file in the root folder (you should setup your LiveChat, IBM Watson Credentials):

NODE_ENV=development
PORT=8000
LIVECHAT_USERNAME=
LIVECHAT_PASSWORD=
LIVECHAT_WEBHOOK_KEY=
WATSON_APIKEY=

Deployment

Heroku pipeline is set to auto deploy master branch currently.