Chat bot using Microsoft's Bot framework and LUIS API across Cortana, Skype, Slack and Facebook to handle common supply chain information such as specific order, shipment and shipping data.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
- Git - Version control software
- Node - Server framework
- npm - Package manager
- Bot Framework Emulator - Local Environment Simulator
A step by step series of commands that tell you how to get a development environment running.
git clone git@github.com:qvissak/LogicBrokerBot.git
cd LogicBrokerBot/
npm install
Set up environment variables. Contact a member of the team to get the correct keys.
cp .env.example .env
Launch the application server. Connect to the bot framework emulator as a client to query the server.
npm start