Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

Prototype for the state of Missouri realtime view of Medicaid payments, coverage, and eligibility

License

Notifications You must be signed in to change notification settings

18F/acq-mo-medicaid-prototype-realtime-view

Repository files navigation

Missouri realtime Medicaid payments, coverage, and eligibility prototype

Running locally

The easiest way to get it running is with Docker. Clone the repo locally and then just get everything started:

git clone https://github.com/18F/acq-mo-medicaid-prototype-realtime-view.git
cd acq-mo-medicaid-prototype-realtime-view
docker-compose up -d

Once it's running, the website should be available at localhost:8080

This will start all the Docker pieces in "detached" mode, meaning that it will run in the background. If you want to run it in the foreground, just leave off the -d. To stop everything, run:

docker-compose down

This Docker configuration launches three services:

Service What it does
web Serves up the actual website
frontend-build Watches for code changes and rebuilds the website as the code changes.
api Serves the backing data that makes the website go

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

Prototype for the state of Missouri realtime view of Medicaid payments, coverage, and eligibility

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published