Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 487 Bytes

File metadata and controls

18 lines (12 loc) · 487 Bytes

TMDB-Cli

Simple command line interface fetching data from The Movie Database (TMDB) and displaying it in the terminal. https://roadmap.sh/projects/tmdb-cli

Prerequisites

How to run

  • 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