Clone the project to your Local machine
git clone https://github.com/bhola-dev58/DebugVerse.gitRUN Backend
cd backend
uvicorn main:app --reload
To Run frontend
cd frontendInstall depandencies
npm installRun this command to run the project
npm start