
- Complete FastAPI backend with SQLite database
- AI-powered resume parsing and job matching using OpenAI
- JWT authentication with role-based access control
- Resume upload, job management, and matching endpoints
- Recruiter dashboard with candidate ranking
- Analytics and skill gap analysis features
- Comprehensive API documentation with OpenAPI
- Alembic database migrations
- File upload support for PDF, DOCX, and TXT resumes
- CORS enabled for frontend integration
🤖 Generated with BackendIM
Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
httpx==0.25.2
|
|
openai==1.3.5
|
|
langchain==0.0.350
|
|
langchain-openai==0.0.2
|
|
PyPDF2==3.0.1
|
|
python-docx==1.1.0
|
|
ruff==0.1.6
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1 |