Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rails engine plugin that would like to help the startup of rails applications oriented to microservices or, in general, to the cloud.

License

Notifications You must be signed in to change notification settings

lelered/micro_api

Repository files navigation

MicroApi

This is a Rails plugin that would like to help the startup of rails applications oriented to microservices or, in general, application deployed on the cloud.

Usage

How to use my plugin in a existing project

bundle add micro_api
gem install micro_api

Installation

Add this line to your application's Gemfile:

gem "micro_api"

from localpath

gem 'micro_api', path: '/gems/micro_api'

And then execute:

bundle
bundle exec rails generate micro_api:install

Or install it yourself as:

$ gem install micro_api

Implementation

testing

docker run -ti --rm -v $(pwd):/app --workdir="/app" ruby:alpine sh
apk add --update build-base libxml2-dev libxslt-dev git postgresql-dev postgresql-client
bundle install
gem update --system
bundle exec rspec
bundle exec rubocop
bundle exec rubocop -A

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

About

Rails engine plugin that would like to help the startup of rails applications oriented to microservices or, in general, to the cloud.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages