Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmkoller/movie_database

Sinatra project that reads movie info from a CSV file, and displays alphabetical list with pagination and search feature.
https://github.com/cmkoller/movie_database

Last synced: 3 months ago
JSON representation

Sinatra project that reads movie info from a CSV file, and displays alphabetical list with pagination and search feature.

Awesome Lists containing this project

README

        

This is a Sinatra project for displaying movie information as read from a CVS file.

The home page displays a list of movies in alphabetical order, broken into pages.

The user can use the home page search box to search for a particular phrase, and movies containing that phrase in the title or description will be returned.

Clicking a movie title will bring you to a page with more details on that movie.