A Tinder clone for education purposes.
In your console:
- Clone this repo locally
git clone [email protected]: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
- Send email notifications
- Add tests 🧌
- Use bootstrap
- Grab facebook friends instead of random users (optional)
- Refactor