rashcsve / zero-waste-backend

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

Home Page:https://hungry-brown-a1636c.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 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

About

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

https://hungry-brown-a1636c.netlify.app/

License:Apache License 2.0


Languages

Language:JavaScript 71.4%Language:CSS 22.5%Language:HTML 6.0%