First, fork this repository and clone the fork into your computer.
If you are using IntelliJ IDEA (Highly recommended):
main and try a few commands.We use the title.basics database for movies as found on https://www.imdb.com/interfaces/.
This should already be included in the repository as movies_db.csv under the resources root.
There are 5 columns in this CSV:
| tconst | primaryTitle | startYear | runtimeMinutes | genres |
|---|---|---|---|---|
| Unique ID | Movie Title | Year of Release | Movie Duration (in Minutes) | Up to 3 Genres |
| tt0462335 | High-Rise | 2015 | 119 | Drama,Sci-Fi |