/Quiz-Master-1

A simple API service for quiz master app using Rails 4.2

Primary LanguageRuby

Quiz Master

A simple API service for quiz master app using Rails 4.2.

Setup

  • clone the repo

git clone git@github.com:ryanermita/Quiz-Master.git

  • install the project dependencies by running this command:

bundle install

  • run the project using this command:

rails s

Running tests

Run api tests:

rspec -fd spec/api/

Run model tests:

rspec -fd spec/model/

Third Party Gems

Resources