Initial commit: LinkedIn Analyzer with Gemini 2.5 Flash and PHP Backend

This commit is contained in:
Hamza-Ayed
2026-05-17 01:28:17 +03:00
commit 8445affc78
18 changed files with 3323 additions and 0 deletions

7
server/composer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "hamza/cv-generator",
"description": "Dynamic ATS-Optimized CV Generator",
"require": {
"dompdf/dompdf": "^3.0"
}
}