You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users want to interact with the Movie Database API and be able to view popular tv shows, search for their favorite shows and view details. Movie Database Explorer provides an intuitive user interface for accomplishing these tasks.
This application has been built using Ruby on Rails 5.2 and utilizes 'themoviedb-api' gem. This allowed for a quick prototyping of a full stack application with features such as user authentication, search, and caching using Redis(a powerful in memory data structure store).
Future additions to the application could include:
Integrating more sections of the Movie Database API
Adding a front end framework such as React
Ability for users to leave reviews of shows
Add Pagination
Check out the User Interface in action:
About
A rails app providing an interface with the Movie Database API