Skip to content

A starter app for developing a chatbot with ionic4, pusher and dialogflow

Notifications You must be signed in to change notification settings

FeezyHendrix/ionic4dialogflowchatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ionic 4 realtime chatbot starter app with Pusher

Version

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

  • Download Node and npm
  • Ionic npm install -g ionic cordova
  • npm install to install all our node dependencies

Running the server

  • Update the pusher-service provider with your pusher APP_KEY
  • run ionic serve to serve the app on the browser
  • run node server.js to start our server and update the keys in the .env file.

Built With

  • Pusher - APIs to enable devs building realtime features
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Ionic - Build amazing apps in one codebase, for any platform, with the web.
  • Dialogflow - Build natural and rich conversational experiences.