In this project, you will create a movie review site from scratch using Rails.
The requirements:
- 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
- You can use any third third party API youd like, but applicants have typically had success using themoviedbs API (https://www.themoviedb.org/documentation/api?language=en)
- Users 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
- Users should be able to view any movies reviews
- Users should be able to view all reviews in the database
- You should have a test suite written in your preferred test library
Please ensure that all requirements are met before submitting.
Bonus points your app:
- is live
- has a witty name
- has any additional features you think would be engaging
- has a sleek design
Please provide a link to your submissions Git repository (and live app, if applicable).
Though it contains additional features not required in the challenge, you should use the wireframe in the comments as a guide for your submissions layout.
Reviews
There are no reviews yet.