LabHub is a full-stack GitHub-style pull request dashboard with authentication, repository management, and pull request details.
backend/- Express API, authentication, and database accessfrontend/- React + Vite client UI
- Install dependencies in both apps.
cd frontend
npm install
npm run devcd backend
npm install
node server.jsThe frontend runs on the Vite dev server, and the backend runs on port 5000 by default.
git add .
git commit -m "Update LabHub README"
git push origin main- React
- Vite
- Express
- MySQL
- JWT authentication