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=abcdefInstall the ruby gems:
bundleCreate the PostgreSQL database and migrate:
rake db:create db:migrateRun the Rails server with foreman:
foreman startBug 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.