Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (33 loc) · 1.61 KB

MovKu

An application that displays a list of popular movies and detail

Concepts

The Clean Architecture

The Clean Architecture

Tech Stack

API Reference

This app consume TMDP API

  GET /movie/popular
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /movie/{id}
Parameter Type Description
api_key string Required. Your API key
id string Required. Id of item to fetch

Authors