项目作者: The-Public-Radio

项目描述 :
A Rails JSON API to coordinate orders and fulfillment
高级语言: Ruby
项目地址: git://github.com/The-Public-Radio/tpr-coordinator.git
创建时间: 2017-06-17T03:57:41Z
项目社区:https://github.com/The-Public-Radio/tpr-coordinator

开源协议:GNU General Public License v3.0

下载


TPR Coordinator

Codeship Status for gabe-ochoa/WhoAmI

I cordinate orders.

Rails, rspec, postgres.

Documentation

This API can be reached at https://api.thepublicradio.io.

The API documentation is located in the docs folder. Click here for the web view.

Generation

To regenerate the documentation or add to it, create new acceptance tests in the spec/acceptance folder and run rake docs:generate

Testing

Setup

Install and start postgres:

brew install postgresql

brew services start postgresql

Install Docker for Mac:

Click here for the downloads page

Run

  1. docker-compose run --rm web bundle exec rspec

or

  1. bundle exec rspec