/react-django-chatbot

Primary LanguageCSSCreative Commons Zero v1.0 UniversalCC0-1.0

Django-React-ChatBot

"A basic chatbot created with Django + React + Love"

Run this command to initiate and activate virtual environment

virtualenv venv --python=python3
source venv/bin/activate

Run this command to install required Django packages using pip

pip install -r requirements.txt

Run the below commands to install required react packages using npm

npm init -y
npm i react react-dom prop-types
npm i -D @babel/core babel-loader @babel/preset-env @babel/preset-react babel-plugin-transform-class-properties
npm i -D webpack webpack-cli