An ASP.NET Web API for managing and retrieving movies, genres, collections, and user authentication.
- Create, edit, delete movies
- Retrieve movies, genres, and collections.
- User registration, login, and logout.
- JWT-based authentication
- ASP.NET Core.
- Entity Framework Core.
- JWT (JSON Web Tokens).
- SQL Server.
- Azure.
- Hangfire.
To set up the project locally, follow these steps:
- Clone the repository: git clone https://github.com/dgmnkk/Netflix-Web-API.git .
- Run application in development environment.