Skip to content

emarthinsen/tpr-coordinator

 
 

Repository files navigation

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

docker-compose run --rm web bundle exec rspec

or

bundle exec rspec

About

A Rails JSON API to coordinate orders and fulfillment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • Dockerfile 0.7%