How to run the app :
- Launch the database server
- change your directory ../interface/demo
- python manage.py runserver
Files that you have to look up :
- views.py : Functionality for retrieving the query and giving responses mostly done here in this file
- templates/chat_view.html and home.html : Html pages, nothing special. Design mostly done here.
- urls.py : used to map web requests to the appropriate view functions or class-based views
- forms.py : to handle input query
- models.py : to handle database for chat history