You need to acces to a postgres server and the url/credentials. Postgres can also be ran locally.
-
Please ensure that the root project is built by running the following commands at the root of this repo.
Install Project Dependencies
npm install
Compile and build the TypeScript code
npm run build
Change directory to the example folder
cd example
Install Sample bot dependencies
npm install
Create the database
sudo su - postgres psql postgres=# create database "BotFramework";
Start the bot
node app
(coming soon!)
-
Install the Bot Framework Emulator
-
Once installed, run the program and navigate to
File --> Open Bot Configuration
Select the bot file in this project. -
Enter any text and notice the counter increments on the repsonse.
-
Open postgres and execute the following commands.