GNNOffT to run backend: cd backend uvicorn server:app --reload --port 8000 to run frontend: cd frontend npm run dev -- --open