The repo contains Node.js application, that serves as an interface for chatbot developed in IBM Watson.
-
Import IBM Watson skill to your IBM Watson assistant instance. JSON file is located here:
<project_root>/skill-json-file/skill-teamD.json -
In the application folder, copy the .env.example file and create a file called .env
cp .env.example .env -
Open the .env file and update the credentials that you can take from IBM Watson (cloud.ibm.com).
-
Install the dependencies
npm install -
Run the application
npm start -
View the application in a browser at
localhost:3000