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).
- 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