Run backend on :5001
http://localhost:5001/openapi.json and the
interactive playground in this site auto-pulls from there.Clone with submodules, run backend on :5001, run mobile on iOS sim
Clone with submodules
git clone --recurse-submodules <umbrella-url> wardrobe_project
cd wardrobe_project
git submodule update --init --recursive.Run backend on :5001
cd wardrobe-backend
uvicorn app:app --reload --port 5001
http://localhost:5001/openapi.json and the
interactive playground in this site auto-pulls from there.