README.md
# Simple TMDb Desktop Client A simple desktop client that allows users to search Movies and view information about them. ## Compile and Run **Note: from the root directory** Compile with: javac -cp "src/:lib/*" src/com/oocpro/tmdbdesktop/Main.java Run: java -cp "src/:lib/*" com.oocpro.tmdbdesktop.Main