catalino-dev / moviedb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieDB

You one-stop movie catalog API with data from TMDb

Features

  • Get all movies info with pagination and sorting
  • Get single movie info via identifier

Prerequisites

  • Java 8
  • Gradle

Setup and run the application

a. Clone the repo

git clone git@github.com:ccomision/moviedb.git && cd moviedb

b. Run the application

./gradlew bootRun

Testing and documentation

Running the unit test

./gradlew test

View the swagger ui docs and use the available API

About


Languages

Language:Java 100.0%