Set-up Virtual environment
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activateInstall the project dependencies:
pip install -r requirements.txtRun the backend
uvicorn main:app| Name | Name | Last commit date | ||
|---|---|---|---|---|
Set-up Virtual environment
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activateInstall the project dependencies:
pip install -r requirements.txtRun the backend
uvicorn main:app