Skip to content

leeduan/myflix

 
 

Repository files navigation

Myflix Web App

This web application is a Netflix-like clone built with Ruby on Rails. Based on the Build Robust and Production Quality Applications course by Tealeaf Academy.

Getting Started

  1. Clone project by running clone [email protected]:leeduan/myflix.git.

  2. Tested environment setup procedures:

    • Use RVM or rbenv to set ruby version to 2.0.

    • Install Qt.

    • Install bundler by typing gem install bundler.

    • Run bundle to install gem dependencies.

    • Run rake db:setup to set up database.

  3. Run the server:

    • Run rails s to start application at localhost:3000

    • Run foreman start to start application at localhost:5000 with Heroku Toolbelt installed

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.6%
  • CSS 8.5%
  • JavaScript 3.9%