Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 545 Bytes

.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