AI-powered CV generator that automatically matches your projects to job descriptions.
cd backendpip install -r requirements.txt- Copy
.env.example→.envand configure paths - Copy
config/profile.json.example→config/profile.json python main.py(starts API on http://localhost:8000)
cd frontendpnpm installpnpm run dev(starts UI on http://localhost:8080)
- Add your profile information in the Profile section
- Add projects and experiences in their respective sections
- Go to Generate, paste a job description
- Review matched projects and generate PDF CV
GET/POST /api/profile- Manage profile dataGET/POST /api/projects- CRUD projectsGET/POST /api/experiences- CRUD work experiencesPOST /api/generate- Generate CV from job description