A sample application using the Napa framework and JSON web token authentication.
Make sure MySQL is installed and the credentials are correct in the database.yml file.
bundle
bundle exec rake db:reset
RACK_ENV=test bundle exec rake db:reset
bundle exec napa s
bundle exec rspec spec