Application: Ruby, Sinatra,
Testing: Rspec, Capybara
Database: Postgres
$ git clone https://github.com/bigzoo/billy
Install required gems:
$ bundle install
Create databases:
rake db:create
rake db:migrate
Start the webserver:
$ ruby app.rb
Navigate to localhost:4567
in browser.
We use SemVer for versioning. For the versions available, see the tags on this repository.
/* Copyright (C) Billy Systems, Inc - All Rights Reserved
- Unauthorized copying of this file, via any medium is strictly prohibited
- Proprietary and confidential
- Written by Chris Nyaga me@bigzoo.me, July 2017 */