HireTab – A Recruitment Management Website created by the GDSC-DUT team.
HireTab is designed to help companies and HR departments manage their hiring processes more effectively — from posting job listings to managing applicants and tracking recruitment progress.
This project will join APAC Solution Challenge 2025.
- ✅ Post and manage job listings
- 👨💻 Manage applicant profiles
- 🔍 Search and filter candidates based on multiple criteria
- 🧠 Evaluate and approve candidates
- 📊 Recruitment progress reports and statistics
- 👥 HR account management and permission control
- 🌐 User-friendly, responsive interface
-
React.js: Frontend UI
-
Node.js: Backend API server
-
n8n: Workflow automation
-
Supabase (PostgreSQL): Backend-as-a-service & database
Click to expand
git clone https://github.com/dscdut/HireNova
- Prerequisites
- Install node https://nodejs.org/en/download/
- Install NPM packages
cd backend
# run database migrations and seeds
npm run db:reset
npm install
- Run the development server
npm start
- Install dependencies
cd frontend
npm install
- Run the development server
npm run dev
- Open http://localhost:5173.