Introduction
The is the server side for a chat bot. It provides the api from LUIS
.
Tech stack
- Express
- GraphQL
Getting started
-
clone this repo.
-
Run
cd server && npm install
. -
Run
node app
. Visithttp://localhost:3000/
to get a response.
The is the server side for a chat bot. It provides the api from LUIS
.
clone this repo.
Run cd server && npm install
.
Run node app
. Visit http://localhost:3000/
to get a response.