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.