Skip to content

Nandanans9072/LabHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LabHub

LabHub is a full-stack GitHub-style pull request dashboard with authentication, repository management, and pull request details.

Project Structure

  • backend/ - Express API, authentication, and database access
  • frontend/ - React + Vite client UI

Run Locally

  1. Install dependencies in both apps.
cd frontend
npm install
npm run dev
cd backend
npm install
node server.js

The frontend runs on the Vite dev server, and the backend runs on port 5000 by default.

Push To GitHub

git add .
git commit -m "Update LabHub README"
git push origin main

Tech Stack

  • React
  • Vite
  • Express
  • MySQL
  • JWT authentication

About

LabHub is a full-stack pull request dashboard built with React, Vite, Express, and MySQL, featuring authentication, repository management, and PR detail views.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors