Sample application to show custom integration basic options using the SetkaIntegration gem.
Set up database options in config/database.yml
and run:
bundle install
bundle exec rails db:create db:migrate db:seed
bundle exec foreman start
View existing posts and create new ones!