mz99 / vocab_flashcard_matcher

Make learning German vocabulary fun!

Home Page:http://vocab-matcher.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vocab flashcard matcher

This project was made to make learning German vocabulary fun while getting familiar with the Ruby on Rails framework.

Installation

Make sure you have ruby version 2.3.1 installed on your system.

Clone the repository:

git clone https://github.com/mz99/vocab_flashcard_matcher

Install dependencies

cd vocab_flashcard_matcher

bundle install

Run database migrations

bin/rake db:create
bin/rake db:migrate
bin/rake db:seed

Test

The tests are created with RSpec, grouped into:

  1. Model specs
  2. Integration specs

You can run all of the tests with in your Rails-Contracts-API folder:

bin/rspec

Or selectively:

bin/rspec spec/models
bin/rspec spec/features

Usage

Start the app with:

bin/rails server

About

Make learning German vocabulary fun!

http://vocab-matcher.herokuapp.com/


Languages

Language:Ruby 78.4%Language:HTML 17.4%Language:CSS 2.5%Language:JavaScript 1.1%Language:CoffeeScript 0.7%