Links
Postman Link
LinkedIn Link
Github Link
NPM module Link
Description:
This HR management platform helps simplify recruitment and talent management. It’s built with NestJS for the backend, PostgreSQL for the database, and React for the frontend.
Users can register, manage their profiles, upload documents, and track skills. Admins can control roles and review profiles securely. It also uses AWS S3 for file storage, AWS extracText for the OCR of the CV files, SendGrid for the emails
Roadmap
- [x] Phase 1: Authentication with LinkInd, Google & Profile Management
- [x] Phase 2: Upload Cv files in AWS S3 bucket + Extract & Save information from CV files
- [ ] Phase 3: Candidate Matching AI
Use Case
- User
- Admin
- External viewer
Architecture
- Backend: NestJS
- Unit Testing + Testing End to End API : Jest
- Database: PostgreSQL
- OCR: Amazon TextExtract
- Migration: Sequeelize with transaction
- Storage: AWS S3