Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cmkoller/movie_database
- Owner: cmkoller
- Created: 2014-11-20T17:15:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T17:55:02.000Z (almost 10 years ago)
- Last Synced: 2024-02-13T02:15:15.369Z (9 months ago)
- Language: Ruby
- Size: 379 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.