https://github.com/ideacrew/medicaid_gateway
https://github.com/ideacrew/medicaid_gateway
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ideacrew/medicaid_gateway
- Owner: ideacrew
- License: mit
- Created: 2021-03-29T12:34:52.000Z (about 5 years ago)
- Default Branch: trunk
- Last Pushed: 2026-03-26T03:25:38.000Z (3 months ago)
- Last Synced: 2026-03-26T03:26:08.300Z (3 months ago)
- Language: Ruby
- Size: 43.1 MB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Medicaid Gateway Service
The MedicaidGateway service provides MAGI Medicaid eligibility determinations and transfers Account information
between the State-based Exchange and State Medicaid systems.
## Docker Setup
Build Docker environment
```bash
docker-compose build
```
Find the RabbitMQ container
```bash
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
c485144f966 rabbitmq:3.8-management "docker-entrypoint.s…" 3 minutes ago Up 3 minutes
```
Connect to the RabbitMQ Container command line, add the `event_source` vhost and grant permissions
to the `guest` account
```bash
docker exec -it c485144f966 bash
root@cc485144f966:/# rabbitmqctl add_vhost event_source
root@cc485144f966:/# rabbitmqctl set_permissions -p event_source guest ".*" ".*" ".*"
```
- Ruby version: 2.7.6
- Rails version: 6.1.3.2
- Tests: RSpec
- Database: MongoDB