heyjoeb / thunder

RubyOnRails workshop application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thunder

A Tinder clone for education purposes.

How to run locally

In your console:

  • Clone this repo locally git clone git@github.com:makeitrealcamp/thunder.git
  • Go to application folder cd thunder
  • Install project dependencies (gems) bundle install
  • Apply database migrations rake db:migrate
  • Run local web server rails server
  • Try it out

TODO

  • Send email notifications
  • Add tests :troll:
  • Use bootstrap
  • Grab facebook friends instead of random users (optional)
  • Refactor

About

RubyOnRails workshop application


Languages

Language:Ruby 70.9%Language:HTML 24.6%Language:CSS 3.0%Language:JavaScript 1.2%Language:CoffeeScript 0.4%