overture

Compilation of tools and configurations that will help you get started with your back-end setup. This gem contains the basic configuration options and file organization to create an HTTP layer and also a layer for the business rules (a.k.a. interactors). Sinatra is used as a HTTP layer, but it can be easily replaced. [Interactor](https://rubygems.org/gems/interactor) is used for the business rules.


License
MIT
Install
gem install overture -v 0.1.6

Documentation

Overture

This is a library of tools and configurations based on the Clean Architecture.

This gem contains the basic configuration options and file organization to create a Ruby application.

Sinatra is used as a delivery layer, but it can be easily replaced. Core business rules live in the Interactors.

Contents

  • Overture::Database
  • Overture::Interactor
  • Overture::Model
  • Overture::PasswordDigester