Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

18F/cms-hitech-apd

 
 

Repository files navigation

Build status Test coverage Node.js >= 10.14

CMS eAPD app

This project aims to create a user-friendly, modern product to streamline the creation, submission, review, and approval of Medicaid APDs and their associated contract documents. It is currently limited to HITECH but may potentially be expanded to other Medicaid programs in the future.

Please note: Any content contained in screenshots from the application within the cms-hitech-apd repo should be considered test data being used for development purposes ONLY. Project, financial, and timeline information is NOT representative of any production data from actual users.

Developing

Getting the code

First you'll need to get the code onto your computer. The easiest way is to clone it with git. If you're not familiar with git, a tool like Github Desktop or SourceTree can help make the experience easier.

Most people will use the HTTPS link, but if you're a project contributor and you have your SSH keys configured, you'll clone from the SSH link. You can find the link by clicking the green "Clone or download" button above the file listing on this page.

The HTTPS link is https://github.com/18F/cms-hitech-apd.git

If you're familiar with git and just want to work from the command line, you just need to run:

git clone https://github.com/18F/cms-hitech-apd.git

If you can't use git for some reason, you can also download the most recent code as a ZIP file.

Making it run

We recommend using Docker to run the app locally. We provide a Docker configuration that will quickly install and build everything you need, so don't have to. It'll also take care of getting everything running and connected. For more details, see our wiki. If you don't have or can't use Docker, you can also run everything manually.

From your command line, switch to the directory where you put the code and then run docker-compose up. This step could take a few minutes. Once it's finished, you can populate the database. While the docker process is still running, open a new terminal window or tab and run:

docker-compose exec api npm run migrate
docker-compose exec api npm run seed

You should now be able to open the app at http://localhost:8080. You can log in with username em@il.com and password password to view a state account, complete with a filled-in APD. There is also an admin account with username admin and password password.

See the testing documentation for information about running tests.

More technical documentation

Check out the developer documentation for a deeper dive into how the app works.

Contributing

We would be happy to receive pull requests to fix bugs or make improvements, though we can't make any promises about having time to review or accept them. Pull requests should be made into the master branch. Be sure to check out our contributing guide for info about our policies.

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

CMS (Centers for Medicare and Medicaid Services) eAPD - Modernizing the APD experience

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Shell 2.2%
  • CSS 1.3%