ChatBotAI-HTTPServer

First run (create DB)

$ pip install -r requirements.txt
$ python models.py

ADD User

$ python add_user.py
username:admin1
Password:
Confirm password:

Run server

$ python server.py

open http://localhost:8000/ in browser