Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Sample code for chapter 9 of Building Distributed Rails Applications
- Host: GitHub
- URL: https://github.com/kevinwatson/rails-microservices-sample-code
- Owner: kevinwatson
- Created: 2019-12-30T19:44:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T01:57:31.000Z (about 1 month ago)
- Last Synced: 2024-12-09T02:26:13.797Z (about 1 month ago)
- Language: Ruby
- Homepage: https://github.com/kevinwatson/rails-microservices-book
- Size: 481 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```