By Danielle Tucker.
Library mini app is designed to keep track of your personal video library.
This mini app was an exercise in exploring has-many through relationship. Each video can have an actor/director/etc and each actor,etc. can be involved in many movies. The join resource is modeled by the resource involvement and the role is an attribute of involvement.
Screenshots of the application are below:
Main Screen...
There are no known special installation instructions.
If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

