Running The Development Server npm run dev Running The API Server Using Python Env cd backend source venv/bin/activate Uvicorn & Fast API uvicorn main:app --reload