- Add an environment variable named TMDB_API_KEY with your TMDB api key as the value
- Clone or dowload the project
- In your terminal navigate to the webservice directory
- Execute "./gradlew run"
- Clone or dowload the project
- In your terminal navigate to the webapp/movie_search directory
- Execute "yarn install"
- Execute "yarn run dev"
- With webservice and webapp running, navigate to "http://localhost:3000/"
- Enter a movie title in the text box, then press the "Search" button
- The Movie Search App will then return 10 or less movie results
- Navigate back to "http://localhost:3000/" to search for more titles