This is the backend API for goodbre.ws. More documentation coming soon as the API is written.
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:
cd apicp config/database.yml.sample config/database.ymlcp config/auth.yml.sample config/auth.ymlcp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb- Update the above files as necessary
bundle exec rake db:setupbundle exec rake

