백엔드 cd backend pip install -r requirements.txt uvicorn app:app --reload --port 8090 프론트엔드 cd frontend npm i npm run dev