Bajena / flashcard-genius

Free application for managing sets of flashcards. Built using Hanami framework.
http://flashcard-genius.com/
5 stars 0 forks source link
free hanami learning ruby

Flashcard Genius

Build Status

An app for managing sets of language learning flashcards. Built using Hanami Ruby framework and PaperCSS framework.

image

Setup

Before you start make sure that you export following ENV variables:

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