A Java-based IMDB project that allows users to explore, manage, and interact with a movie database. This project demonstrates object-oriented programming (OOP) principles, file handling, and data processing using Java.
β
Movie Data Management β Store and retrieve movie details
β
OOP Principles β Encapsulation, Inheritance, and Polymorphism
β
File Handling β Read and write data from files
β
CLI-Based Interface β Interact with the movie database through the console
- Java β β Core programming language
- OOP Concepts β Classes, Objects, and Methods
- File Handling β Read/Write operations
- Collections API β Lists, Maps, and Sets
- Install JDK 11+
- Use IntelliJ IDEA, Eclipse, or VS Code (recommended)
- Clone the repository:
git clone https://github.com/Danilotolini/IMDB.git cd IMDB