Simple command line interface fetching data from The Movie Database (TMDB) and displaying it in the terminal. https://roadmap.sh/projects/tmdb-cli
- A TMDB Api key - https://www.themoviedb.org/settings/api
- Java, JDK 21 (Temurin)
- To run the app, git clone it:
git clone https://github.com/belyaevEDU/tmdb-cli-java.git
- Go into the folder with the project and run:
./mvnw clean install
./mvnw spring-boot:run