Kozma Hunor
Kozma Hunor

ApiBackendCourse

A REST API project demonstrating CRUD operations, Entity Framework Core migrations, JWT-based authentication, Swagger documentation, and SQL integration.

ApiBackendCourse demo

The Challenge

Building a production-style .NET Web API learning the full scope of EF Core configurations and secure JWT mapping.

My Solution

Structured a standard .NET 7 model connected to SQL Server LocalDB to ensure smooth offline data configurations gracefully locally simply securely natively exclusively.

Tech Stack

  • .NET 7: Used .NET 7 for building this project.
  • ASP.NET Core Web API: Used ASP.NET Core Web API for building this project.
  • Entity Framework Core: Used Entity Framework Core for building this project.
  • SQL Server: Used SQL Server for building this project.
  • JWT Bearer Authentication: Used JWT Bearer Authentication for building this project.

Technical Deep-Dive

Relies entirely on EF Core code-first approach with data annotations. Integrated with Microsoft's built-in Identity logic for authorization limits.