IMDb-replica website for film ranking.
site using C# with MVC integration and a database, featuring two main sections: an admin page and a user page. The admin page allows for full CRUD (Create, Read, Update, Delete) operations to manage the content. The user page includes a search engine, user profiles, and links to films, directors, and actors.
Key Features:
Admin Page:
- Complete CRUD operations for managing films, directors, and actors.
User Page:
- Search Engine: Users can search for films, directors, and actors.
- User Profiles: Each user has a personal profile.
- Film Listings: Films are linked to their respective directors and actors.
- Director Profiles: Display all films directed by them and profiles of actors they have worked with.
- Actor Profiles: Show all films they have acted in and their profile details.
- This structure provides a comprehensive browsing experience similar to IMDb, allowing users to explore detailed information about films, directors, and actors.
- C#.
- MVC.
- SQL.
- HTML.
- CSS.