top of page
Movie API
Technologies
Ruby/Ruby on Rails, PostgreSQL, RSpec, Postman.
Main challenges:
First API in Ruby on Rails;
Define the tests that would be used for verification by RSpec;
Summary:
Challenge carried out for a backend opportunity. The test consisted of creating a movie catalog service API with two endpoints: one that reads a CSV file to register them in the database. And a second that lists all registered films in JSON format. To this end, Ruby on Rails should be used, follow the Restful API standard, and the response should follow a pre-established pattern ordered by the film's release date, as well as not having duplicate records.
bottom of page