An ASP.NET Core Web API that:
- Parses resumes (PDF/DOCX)
- Matches candidates with job postings
- Uses EF Core, Swagger, JWT Auth
- Planned: Azure Blob Storage, ML/AI Matching
- Run
dotnet ef database update
- Run
dotnet run
- Open
https://localhost:5001/swagger/index.html
- ASP.NET Core
- Entity Framework Core
- SQL Server
- Swagger