Chatbot backend Server

Prerequisits

python 3.9+

Steps to run server

  1. clone the project
  2. open command prompt in the project's directory and write this commands
python -m venv .env
cd .env
cd Scripts
activate
cd ..
cd ..
pip install -r requirements.txt
python manage.py runserver
  1. Go to This Link and you are ready.