I cordinate orders.
Rails, rspec, postgres.
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.
To regenerate the documentation or add to it, create new acceptance tests in the spec/acceptance
folder and run rake docs:generate
Install and start postgres:
brew install postgresql
brew services start postgresql
Install Docker for Mac:
Click here for the downloads page
docker-compose run --rm web bundle exec rspec
or
bundle exec rspec