[SOLVED] Movie review site

35.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (5 votes)

In this project, you will create a movie review site from scratch using Rails.

The requirements:

  1. You must use an AJAX call to a 3rd party API to produce a list of movies.
  2. 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
  3. Users should be able to view any movie’s reviews
  4. Users should be able to view all reviews in the database
  5. 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 submission’s 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 submission’s layout.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.