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

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# PHP Dependencies
server/vendor/
server/composer.lock
# macOS
.DS_Store
# IDEs
.idea/
.vscode/
# Logs
*.log