Buckaruby PoC is a Rails project that demonstrates the features of Buckaruby.
Configure the website key and secret key in your environment (.env):
BUCKAROO_WEBSITE=abcdef
BUCKAROO_SECRET=abcdef
Install the ruby gems:
bundle
Create the PostgreSQL database and migrate:
rake db:create db:migrate
Run the Rails server with foreman:
foreman start
Bug reports and pull requests are welcome on GitHub at https://github.com/KentaaNL/buckaruby-poc.
This project is available as open source under the terms of the MIT License.