- set the .env from the .env.example
- set
MONGO_HOST
to localhost
- set
- remove the backend in docker compose file
docker compose up -d
-
create conda environment
conda create -n backend python=3.10 conda activate backend
-
install python packages
pip install -r requirements.txt
-
set .env from the .env.example
-
start the fastapi
fastapi dev main.py
docker compose up -d