Skin Oracle FRONTEND One Time Setup cd frontend npm install Starting the Expo App npx expo start BACKEND One time setup cd backend pip install -r requirement.txt Starting the Backend uvicorn main:app --reload