Description
In this project, you will be creating a movie review site from scratch using Rails 4.
###The requirements:
1. You must use an AJAX call to a 3rd party API to produce a list of movies.
– You should be able to sort by Title, Release Date, Genre
2. You should be able to create a review in your database for any movie in the list.
– Review must include a user email
– Review must include the date
– Review must include a rating (x out of y)
– Review may optionally contain a comment
3. You should be able to view any movie’s reviews
4. You should be able to view all reviews in the database
5. Write tests/specs in your preferred test library
Bonus points your app is live and has a witty name. Also feel free to add any additional features you think would be cool or interesting.