Skip to content

This is a simple backend system to encapsulate a chatbot

Notifications You must be signed in to change notification settings

thoughtworksarts/aibo-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

  • Python 3.5

To setup the application, please run the following:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

In order to run the application:

export FLASK_APP=app.py
export FLASK_DEBUG=1
flask run

The Flask_Debug variable indicates if the application will auto reload when there is any change to the code. A value of 1 means that it will auto reload.

At the moment there are 2 addresses available:

  • / which is a hello world (just for diagnosis)
  • /functional_chat which will support a simple functional chat bot

About

This is a simple backend system to encapsulate a chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages