/mymovies

🍿 TMDB consumer with internal users and data

Primary LanguageJava

MyMovies API

Tests CodeQL

This is a simple spring project that uses the The Movie Database API to get information about movies and adds other relevant information to it.

How to run

  1. Rename the application.properties.sample file to application.properties and add your API key from The Movie Database API
  2. Run the project with ./gradlew bootRun
  3. The API will be available at http://localhost:8080