API Services for Portfolio and Blog
Go to file
Bangara Raju Kottedi 5b7952877e Admin API refactor: claim-based resume CRUD & versioning
Major refactor of AdminController and related services to support full CRUD for candidate resume, projects, hobbies, skills, academics, experiences, certifications, and contact info, all using access token claims for candidate identity. Introduced AdminService and expanded IResumeRepository for granular entity management. Updated DTOs for upsert operations and date support. Improved API versioning (Asp.Versioning.Mvc), Swagger integration, and middleware setup. Added unit test project. Enhanced error handling, documentation, and mapping.
2026-02-15 05:27:35 +05:30
AesEncryption Add JWT, OTP, and caching features 2025-11-22 06:52:59 +05:30
PortBlog.API Admin API refactor: claim-based resume CRUD & versioning 2026-02-15 05:27:35 +05:30
PortBlog.Tests Admin API refactor: claim-based resume CRUD & versioning 2026-02-15 05:27:35 +05:30
Shared Add JWT, OTP, and caching features 2025-11-22 06:52:59 +05:30
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
.gitignore 1. AES Encryption/Decryption Tool 2024-04-28 13:22:57 +05:30
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
PortBlog.API.sln Admin API refactor: claim-based resume CRUD & versioning 2026-02-15 05:27:35 +05:30
README.md Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-04-22 17:46:48 +05:30
Resume Database Design.docx Add project files. 2024-04-22 17:46:50 +05:30

PortBlog.API