Implement florist in Ruby on Rails.
Add this line to your application's Gemfile:
gem 'bouquet-core', github: 'dddrb/bouquet'
gem 'bouquet-gate', github: 'dddrb/bouquet'
gem 'bouquet-store', github: 'dddrb/bouquet'
Rails.application.routes.draw do
mount Bouquet::Gate::Engine => '/api'
mount Bouquet::Store::Engine => '/store'
end
- MIT