# Chat Bot Backend ## Setup Clone the repo ```console git clone http://10.0.0.160:3000/AI_ML_Operations_LLC/Chat_Bot_Backend.git ``` Go into the repo ```console cd Chat_Bot_Backend ``` Create the virtual environment ```console virtualenv --python=python3.9 venv ``` Activate the Virtual Environment ```console . venv/bin/activate ``` Install the requirments ```console python -m pip install -r requirements.txt ``` Pre-populate the database with test data Run the dev server ```console python manage.py ``` ## TODO - [ ] Create inital database with temp data - [ ] Do a lot of stuff.....