sabreuse / wordset-api

The rails-based back-end for the Wordset site.

Home Page:http://www.wordset.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordset API

Wordset API is the Rails/Grape API back-end for Wordset. Wordset is a collaborative, structured dictionary.

To get it working locally, you will also need to clone and set up the Ember front-end, Wordset UI.

Prerequisites

We use the latest version of Ruby, 2.1.5. We recommend using RVM to manage Ruby versions.

This project requires MongoDB. On OS X with Homebrew, this is as easy as brew install mongo, but see Mongo Installation Instructions for more information on your platform.

Installation

  • git clone https://github.com/wordset/wordset-api.git this repository
  • change into the new directory
  • bundle install

Running / Development

Running Tests

We use rspec for tests.

  • rspec

Contributing

When something breaks, or when committing a bug fix, please add a test case to the spec file.

About

The rails-based back-end for the Wordset site.

http://www.wordset.org

License:MIT License


Languages

Language:Ruby 92.0%Language:HTML 7.1%Language:CSS 0.5%Language:JavaScript 0.4%