overture 0.2.1
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.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (8):
bcrypt
~> 3.0
dotenv
~> 2.0
fast_jsonapi
~> 1.5
interactor
~> 3.0
rack-parser
~> 0.7
sequel_pg
~> 1.0
sinatra
~> 2.0
tzinfo
>= 0