flashcards
Easiest way to learn German with English.
You would need
- Ruby >= 2.3.1
- Rails >= 5
- imagemagick (you can get it by running
brew install imagemagick
) - any fresh PostgreSQL
git clone
the repo to your local machinerake secret
to get tokens for yoursecret.rb
- Create an S3 bucket for picture storage and put the keys into
application.yml
(optional) - Create a pg database and describe it in your
database.yml
file - Run
bundle install
from within the repo directory - Run
rake db:setup
to migrate the db and fill it in with test data. - Sign up (login) with your credentials or Twitter and run
rake tossup
- It's all set! Good luck learning languages!