# poetry install # poetry shell # cd backend # pip install -r requirement.txt # uvicorn main:app --reload # cd .. # cd frontend # npm install # npm run dev # localhost:3000