interview_demo_task

Interview_task

chatbot sample application

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/pavansai26/Interview_task.git
$ cd project_folder

Then install the dependencies:

$ pip install -r requirements.txt

Once pip has finished downloading the dependencies:

(env)$ cd project
# Perform migrations and apply to the database
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.

In order to test it please test it in postman.