An app for managing sets of language learning flashcards. Built using Hanami Ruby framework and PaperCSS framework.
Before you start make sure that you export following ENV variables:
GOOGLE_CLIENT_ID
- Google OAuth application's client IDGOOGLE_CLIENT_SECRET
- Google OAuth application's secret keyGTM_ID
- Google Tag Manager ID
How to run tests:
% bundle exec rake
How to run the development console:
% bundle exec hanami console
How to run the development server:
% bundle exec hanami server
How to prepare (create and migrate) DB for development
and test
environments:
% bundle exec hanami db prepare
% HANAMI_ENV=test bundle exec hanami db prepare