You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0-MVP · Built with Spring Boot 3.x + React 18 + PostgreSQL
A job platform that puts skills at the center — unlike traditional job sites that bury technical ability behind long resumes. Candidates showcase verified skills and open-source contributions, while both sides rate each other on professional conduct to build trust.
Core Features
For Jobseekers
Skill Tags — Add skills from a curated dictionary, label proficiency (Beginner / Familiar / Expert), earn HR-verifications
Open-Source Showcase — Link GitHub/Gitee to display your top-starred repos (optional)
Resume Privacy — Resumes are private by default; HRs must request access, approved links expire in 7 days
Company Ratings — Rate companies on hiring conduct (fair process, promise kept, etc.) to help others avoid bad actors
For HR / Recruiters
Skill-Based Search — Search candidates by skill tags, experience range, and expected position
Strict Company Verification — Business license + manual review ensures real identities
# 1. Build all modules and package JARs
mvn clean package -DskipTests
# 2. Run tests (optional)
mvn test# 3. Start all services with PostgreSQL
docker compose up -d
Apple Silicon users: The base image is eclipse-temurin:17-jre (not -alpine),
which supports arm64. If docker compose build fails due to Docker Hub network issues,
pull the images first:
docker pull eclipse-temurin:17-jre
docker pull postgres:15-alpine
docker compose up -d
Frontend
cd frontend
npm install
npm run dev # Dev server on :5173
npm run build # Production build