TrainingManagementWebpage
A sleek workout and training session management web application with fully functional JWT authentication handling private user data.
The Challenge
Handling sensitive user credential logic correctly passing tokens via HTTP headers properly formatted alongside AutoMapper domain conversions.
My Solution
Built using ASP.NET Core and Angular tightly mapped exposing clear backend interfaces fully tracked via an interactive Swagger UI environment.
Tech Stack
- .NET 7: Used .NET 7 for building this project.
- Entity Framework Core: Used Entity Framework Core for building this project.
- SQL Server LocalDB: Used SQL Server LocalDB for building this project.
- JWT Bearer Authentication: Used JWT Bearer Authentication for building this project.
- AutoMapper: Used AutoMapper for building this project.
Technical Deep-Dive
Separates Domain models entirely from DTO structures shielding backend structures globally avoiding parameter tampering effectively.