ariefhyda / quest-laravel-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

About Quest Project

Create a web server api using laravel, with an end-point as follows:

  1. End-point specification End-point name: carifilm Method: POST Parameters: judul (string)

  2. An overview of how the end point works a. Get data from http://www.tvmaze.com/api#show-search Example: The API url to search for a movie called mcguyver is http://api.tvmaze.com/search/shows?q=mcguyver b. Format the data to JSON c. Return as output value

  3. Bonus points if you can cache data taken from point 2.a.

About


Languages

Language:PHP 96.1%Language:Blade 3.3%Language:JavaScript 0.6%Language:SCSS 0.0%