davidpaulhunt / favorites_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favorite Matt Damon Movies

ABOUT

A funny, simple webapp for saving your favorite Matt Damon movies.

CSS/JS

This app is my first attempt at truly using bootstrap's css/js files well. You'll find decent styling and the use of js to display progress.

Bootstrap is used via actual files and not a gem.

Installation / Setup

Clone repo locally. Install gems:

bundle install

Set up database. We are using sqlite3.

rake db:create db:migrate

Run your local server.

shotgun

Tests

Tests are run using rspec.

Contributing

We are currently not taking contributions at the moment.

Licensing

MIT license, yay!

About


Languages

Language:CSS 65.9%Language:Ruby 34.0%Language:JavaScript 0.1%