Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinwatson/rails-microservices-sample-code

Sample code for chapter 9 of Building Distributed Rails Applications
https://github.com/kevinwatson/rails-microservices-sample-code

Last synced: 2 days ago
JSON representation

Sample code for chapter 9 of Building Distributed Rails Applications

Awesome Lists containing this project

README

        

# Building Distributed Rails Applications

## Sample Code

The book where these Ruby on Rails applications are built step-by-step can be found here: https://github.com/kevinwatson/rails-microservices-book

The Docker environment can be started with the following command

```
docker compose -f docker-compose.builder.yml run builder bash
```