Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.36 KB

File metadata and controls

35 lines (26 loc) · 1.36 KB

ThreadBear

ThreadBear is an open-source tool that tests Medicaid IT modules for security, performance, and conformance to Poplin APIs.

Technical Architecture

ThreadBear is a Ruby on Rails application with a React frontend. Wherever possible, ThreadBear attempts to conform to rails conventions.

Installation

  1. Download and install prerequisites:
  1. Clone this repository
  2. Install node dependencies
  • cd /frontend
  • npm install
  1. Install ruby and rails dependencies
  • cd ..
  • gem install bundler
  • bundle install
  1. Start the servers using rake start

Unit Tests

TODO

MITRE

MITRE is a not-for-profit company that operates Federally Funded Research and Development Centers (FFRDC).

ThreadBear was initiated as part of the CMS Alliance to Modernize Healthcare (CAMH) and strives to accelerate the IHI's Triple AIM of improved patient care, better population health, and reduced per capita cost in the United States healthcare system.