Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 920 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 920 Bytes

edu.upb.FacilitySupportBot

A support bot for incidents in facilities.

Prerequisites

Testing

Download this repository.

Start Visual Studio Code:

  • Open the downloaded project folder
  • Open the integrated terminal
  • Install dependencies, type npm install
  • Start the bot, type node bot.js
  • Note the endpoint address (eg. http://127.0.0.1:3000/botframework/receive)

Start Framework Channel Emulator:

  • Enter the endpoint address
  • For localhost debugging you will not typically need to enter MSA appId or password, although it is supported if your bot requires it. (For more information: Connect to a bot running on localhost)
  • Start chatting ...