/thunder

A Tinder clone for education purposes

Primary LanguageRuby

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