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

https://github.com/ideacrew/medicaid_gateway


https://github.com/ideacrew/medicaid_gateway

Last synced: 3 months ago
JSON representation

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