Skip to content

tebs/moviedb2017

 
 

Repository files navigation

Movie Database 2017

Build Status

This is a custom Rails 5 exercise application for my Ruby on Rails trainings. It implements a simple movie database with three resources:

  • Movies (eg. "Star Wars")
  • Actors (eg. "Harrison Ford")
  • Roles, linking movies and actors together (eg. "Han Solo")

It is intended to be a base application to expand and experiment on, making use of Ruby on Rails' most important features and including some simple specs as a starting point.

Getting started

  1. Install an up-to-date version of Ruby (minimum 2.2).
  2. Install Bundler: gem install bundler
  3. Clone this repository: git clone https://github.com/mansworkshops/moviedb2017.git
  4. Execute the bin/setup script.

If you plan on sharing the changes you're going to make to this application, please consider forking this repository into your own GitHub account.

Recommended reading

Interested in training?

I offer Ruby on Rails training and consulting in Germany and across Europe. If you're interested in learning Rails or getting your development team up to speed, please don't hesitate to email me at [email protected].

  • Hendrik Mans

About

Exercise app for my Ruby on Rails trainings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.1%
  • HTML 17.2%
  • CSS 4.7%
  • JavaScript 1.7%
  • CoffeeScript 1.3%