ClimbingLog Processing README React Native README Start backend with cd /fastAPI python3 -m fastapi dev main.py Want phone to work? First hotspot & connect laptop Then run python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 Start frontend with cd /reactNative npx expo start