Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 733 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 733 Bytes

Serenity Chatbot

A chatbot integrated in Slack designed to help reduce stress for students in the Immersive Software Engineering Program at Grace Hopper Academy. Built with Watson Conversation API and Botkit middleware.

Presentation Video

Installing and starting the express app

  1. Install the app package into the local Node.js runtime environment:

    npm install
  2. Start the app:

    npm start
  3. Point your browser to http://localhost:3000 to try out the app.