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 api
cp config/database.yml.sample config/database.yml
cp config/auth.yml.sample config/auth.yml
cp config/initializers/secret_token.rb.sample config/initializers/secret_token.rb
- Update the above files as necessary
bundle exec rake db:setup
bundle exec rake