mixergtz / thunder

A Tinder clone for education purposes

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 🧌
  • Use bootstrap
  • Grab facebook friends instead of random users (optional)
  • Refactor

About

A Tinder clone for education purposes


Languages

Language:Ruby 91.6%Language:CSS 6.2%Language:JavaScript 1.7%Language:CoffeeScript 0.5%