A MVP system for a recruitment system
An internal web-based recruitment management system designed for small organizations to streamline the hiring workflow — from new job requests to final confirmation.
This system connects Recruiters, HR, Final Confirmers, and Admins in a single, efficient process.
The Internal Recruitment System helps manage the following workflow:
- Recruiter requests a new job opening.
- HR reviews and approves the request.
- HR uploads candidate information and CVs.
- HR and Recruiter collaborate on shortlisting and interview scheduling.
- Interview results are recorded and tracked.
- Final Confirmer reviews the summary and confirms the hire.
- The system logs all actions for audit purposes.
- User login and role-based access (Admin, HR, Recruiter, Final Confirmer)
- Job opening request and approval flow
- Candidate information management (manual upload by HR)
- Shortlisting and interview scheduling
- Interview result tracking and final confirmation
- System-generated summary and activity logging
.
├── dev
│ ├── tasks.md
│ └── tech-deb.md
├── LICENSE
└── README.md
2 directories, 4 files| Layer | Technology |
|---|---|
| Frontend | React + Tailwind CSS |
| Backend | Node.js (Express) or Django |
| Database | SQLite / PostgreSQL / MongoDB |
| Authentication | JWT or session-based |
| Deployment | Docker / Render / Heroku (TBD) |
- Total Time: ~4 days
- Focus: Build a working MVP prototype
Progress is tracked in:
dev/tasks.md→ daily goals & statusdev/tech-deb.md→ notes for future improvements
| Role | Responsibility |
|---|---|
| Recruiter | Requests new openings, shortlists candidates |
| HR | Approves requests, uploads CVs, schedules interviews |
| Final Confirmer | Reviews summary, confirms final hire |
| Admin | Manages users, roles, and system configurations |
git clone https://github.com/akib35/eRecruitment.gitcd src/backend/recruitment-system ./mvnw clean install ./mvnw spring-boot:runThis project is licensed under the terms of the LICENSE
This project is licensed under the terms of the LICENSE