Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 885 Bytes

README.markdown

File metadata and controls

17 lines (12 loc) · 885 Bytes

api.goodbre.ws Build Status

This is the backend API for goodbre.ws. More documentation coming soon as the API is written.

Running tests Coverage Status

The goodbre.ws API is extensively tested using MiniTest and some Mocha assertions. To run tests, run the following commands after having cloned the git repository:

  1. cd api
  2. cp config/database.yml.sample config/database.yml
  3. cp config/auth.yml.sample config/auth.yml
  4. cp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
  5. Update the above files as necessary
  6. bundle exec rake db:setup
  7. bundle exec rake