overview.md
A movie platform backend that combines internal CRUD logic with external API integration.
The API is built with ASP.NET Core, Entity Framework Core, Identity, SQL Server, AutoMapper, and JWT authentication. On top of CRUD operations for movies, it supports advanced filtering, genre-driven queries, favourite lists, and TMDB-powered endpoints that can fetch or search external movie data and store it locally. This project stood out because it mixed internal business logic with third-party API integration and a broader set of domain features.