.NET Core MVC project
Used MsSQL for database, LINQ and Entity Framework for queries and database management.
Used AspNetCore.Identity library for user and role management, storing passwords etc.
Used PagedList library for sorting, searching, paging and listing movies.
Admin can add, delete or update movies.
Users can add movies to their watchlist or mark as watched, search movies by name or year.
"IN PROGRESS" Users can edit their personal profile