/Vidly-DotNetCore

Movie rental ASP.NET Core MVC application

Primary LanguageCSS

Vidly

Movie rental ASP.NET Core MVC application made in mosh hamedani's asp.net framework course. This is an educational project made to understand and learn ASP.NET Core concepts and implementation. The course was old and using a deprecated framework so I learnt .NET Core and Entity Framework Core and applied it to the project myself. His course was just a roadmap to show me which topics to study next and also tought some real world project perspective to me.

Features

  • CRUD oprations in MVC
  • Web APIs to send data to view in .NET core
  • Authentication and Authorization of users
  • Different roles in a system with access levels
  • Connection to the database using Code First approach with Entity Framework Core