Files
chat_backend/README.md
2025-03-07 12:23:00 -06:00

600 B

Chat Bot Backend

Setup

Clone the repo

git clone http://10.0.0.160:3000/AI_ML_Operations_LLC/Chat_Bot_Backend.git

Go into the repo

cd Chat_Bot_Backend

Create the virtual environment

virtualenv --python=python3.9 venv

Activate the Virtual Environment

. venv/bin/activate

Install the requirments

python -m pip install -r requirements.txt

Pre-populate the database with test data

Run the dev server

python manage.py

TODO

  • Create inital database with temp data
  • Do a lot of stuff.....