Skip to content

Bajena/flashcard-genius

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
db
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published