KentaaNL / buckaruby-poc

Buckaruby PoC is a Rails project that demonstrates the features of buckaruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buckaruby PoC

Buckaruby PoC is a Rails project that demonstrates the features of Buckaruby.

Usage

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

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/KentaaNL/buckaruby-poc.

License

This project is available as open source under the terms of the MIT License.

About

Buckaruby PoC is a Rails project that demonstrates the features of buckaruby

License:MIT License


Languages

Language:Ruby 66.2%Language:HTML 30.7%Language:CSS 1.7%Language:JavaScript 1.4%