/zero-waste-backend

The backend part of the Zero Waste web app with an integrated AI chatbot

Primary LanguageJavaScriptApache License 2.0Apache-2.0

🌱 Zero Waste Web Application with Watson Assistant Chatbot - Backend

This backend part of the app using Node.js demonstrates the Watson Assistant service usage in an educational game for Zero Waste beginners.

You can view a demo of this app.

This app uses the Watson Assistant V2 API.

Running locally

Make sure you have a valid IBM Cloud account and a Watson Assistant with all credentials (ASSISTANT_IAM_APIKEY, ASSISTANT_ID, ASSISTANT_URL).

  1. Install the dependencies

    npm install
    
  2. Run the application

    npm start
    
  3. Server is now running at localhost:3000