Giter VIP home page Giter VIP logo

vanessuniq / cpcds-client-ri Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carin-alliance/cpcds-client-ri

1.0 1.0 0.0 488 KB

Reference client for the Consumer Directed Payer Data Exchange (CARIN Blue Button) Implementation Guide: https://build.fhir.org/ig/HL7/carin-bb/index.html

License: Apache License 2.0

Ruby 73.51% JavaScript 2.02% CoffeeScript 0.48% HTML 19.76% SCSS 4.22%

cpcds-client-ri's Introduction

CPCDS Reference Implementation Client

Reference implementation client for the Consumer-Directed Payer Data Exchange IG.

Installation

To pull in remote cpcds-client-ri from github for local development:

cd ~/path/to/your/workspace/
git clone https://github.com/carin-alliance/cpcds-client-ri.git

Running

Since this app is configured for heroku deployment, running it is slightly more effort than just rails s.

  1. To start, you must be running postgres

    pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
    

    (This gets old. Personally, I made a pg_start alias for this command) Don't forget to setup the database by running:

    rake db:setup
    
  2. Next, run the rails app the way you would any other

    cd ~/path/to/your/app/
    rails s
    
  3. Now you should be able to see it up and running at localhost:3000

  4. When done, gracefully stop your puma server

    Control-C
    
  5. Finally, stop your postgres instance

    pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log stop
    

    (This also gets old. Personally, I made a pg_stop alias for this command)

Copyright

Copyright 2020 The MITRE Corporation

cpcds-client-ri's People

Contributors

saulakravitz avatar vanessuniq avatar dhill avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.