Welcome to Film-Findr, your one-stop movie app for exploring a vast collection of movies. With Film-Findr, you can discover movie details, including the cast, director, release date, genres, and even add new movies to the database. This app is built using .NET Core MVC and is designed to provide an enjoyable movie browsing experience.
- Movie Database: Explore a wide range of movies, each with details such as the cast, director, and release date.
- Genre Classification: Movies are categorized by genres, making it easy to find movies of interest.
- Add New Movies: Registered users can contribute by adding new movies to the database.
- User Authentication: Secure login and registration system for user accounts
- .NET Core MVC: The core framework used for building the application.
- C#: The primary programming language used for development.
- SQL Server: The database management system for storing movie information.
- HTML, CSS, and JavaScript: For creating the front-end interface.
- Clone the repository to your local machine.
- Set up a SQL Server database with the provided schema.
- Configure the database connection in the application.
- Build and run the application.
We would like to express our appreciation to the open-source community and the .NET Core community for their valuable contributions and support.