Run Backend Create venv 1.python3 -m venv env 2.source env/bin/activate 3.pip install -r requirements.txt 4.python3 main.py