This web app will eventually take a user's WaniKani progress and have reviews going from English words to Japanese. It is essentially a reverse site of WaniKani.
-
Ruby 2.2.1
-
SQLite (PostgreSQL in production)
-
Minitest
- Install gems with bundle install
- Install bower assets with rake bower:install
- Create database with rake db:create
- Start server with rails s