Bajena / flashcard-genius

Free application for managing sets of flashcards. Built using Hanami framework.

Home Page:http://flashcard-genius.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • GOOGLE_CLIENT_ID - Google OAuth application's client ID
  • GOOGLE_CLIENT_SECRET - Google OAuth application's secret key
  • GTM_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

About

Free application for managing sets of flashcards. Built using Hanami framework.

http://flashcard-genius.com/


Languages

Language:Ruby 74.4%Language:HTML 20.0%Language:JavaScript 4.0%Language:SCSS 1.6%Language:Procfile 0.1%