https://github.com/dvinciguerra/feature-channel-sample
The feature channel POC project
https://github.com/dvinciguerra/feature-channel-sample
ruby
Last synced: 8 months ago
JSON representation
The feature channel POC project
- Host: GitHub
- URL: https://github.com/dvinciguerra/feature-channel-sample
- Owner: dvinciguerra
- License: mit
- Created: 2020-03-21T10:27:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T11:46:09.000Z (over 3 years ago)
- Last Synced: 2025-10-04T23:01:30.544Z (9 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 134 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Feature Channel Sample
This repository is a simple experiment that create 3 interdependent feature services and provide a way to sync
references.
## Setup
### Install deps
_Run the follow code at root directory._
```shellscript
foreach service in './platform' './emails' './assets'; do (cd $service && bundle install && cd ..); done
```
### Running
* First check if do you have `foreman` installed.
`$ which foreman`
* If not, please install `foreman` using the follow command.
`$ gem install foreman`
* Then, run foreman to start all services
`$ foreman start`
## Author
Daniel Vinciguerra
## License
This `feature-channel-sample` repo code is released under the `MIT License`