# Back-End Developer Test
## Overview
Your client has tasked you with making a RESTful API to support the ultimate Moviegoers Guide suite of applications.
They are asking for an API that serves up:
* A list of movies
* The user should be able to search the movies by title
* The user should be able to filter the movies by rating
* The user should be able to filter the movies by category
* Movie details for each movie
* A list of actors in a movie
We have provided a mysql database of movie info for you.
We have also provided a starter PHP application using the SLIM framework although you are free to use the language and framework of your choice - Ruby, Node, etc.