run the backend "uvicorn main:app --reload" it should run on port 8000 ( if not change the backend port in environment.ts in the frontend)
run the angular frontend "ng serve"
run the backend "uvicorn main:app --reload" it should run on port 8000 ( if not change the backend port in environment.ts in the frontend)
run the angular frontend "ng serve"