__
___ ___/ |_ _____
\ \/ /\ __\/ \
\ / | | | Y Y \
\_/ |__| |__|_| /
\/
mysqladmin -u root create vtmdb
python3 -m venv vtm_venvsource vtm_venv/bin/activatepip install -r requirements.txt./manage.py migrate./manage.py loaddata taskManager/fixtures/*./manage.py runserver- Navigate to http://localhost:8000
- Login with the username
chrisand a password oftest123
brew install mysql mysql-client mariadb-connector-c pkgconfbrew services start mysqlmysqladmin -u root create vtmdbpython3.12 -m venv vtm_venvsource vtm_venv/bin/activatepip install -r requirements.txt./manage.py migrate./manage.py loaddata taskManager/fixtures/*brew install redisbrew services start redispipenv install python-dotenvcd chatBotcp env.list .env- Paste Open AI API key into .env file
cd chatBotstreamlit run main.py &; cd ..; ./manage.py runserverNavigate to http://localhost:8000 Login with the usernamechrisand a password oftest123Navigate tohttp://localhost:8502for the AI Chatbot