API MyDrafts, application to search and view information of movies and tv shows on TMDB and also save movies and tv shows to watch later and write your opinion about them.
To run the API locally you need to create an API Key in TMDB Developers.
You need to create the following envs on your machine.
MONGO_URI
API_KEY
SECRET_JWT
mvn spring-boot:run
mvn clean test
mvn clean test jacoco:report