Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.16 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.16 KB

Health Reference Browser

Web frontend application to browse all health data references and interact from online

View the running application here: search.curedao.org

Features:

  • Open access
  • List of all reference entries
  • Search throughout all categories
  • Filtering
  • Sorting
  • Export to CSV file

Compare it to the LOINC Reference database and their search portal: https://loinc.org/search/

Search

Architecture

This project was bootstrapped with

Status

  • Alpha: We are testing with a closed set of contributers
  • Public Alpha: Anyone can sign up over at TBC.
  • Public Beta: Stable enough for most non-enterprise use-cases
  • Public: Production-ready

Setup development environment (FRONTEND)

Navigate into your project directory and start local environment with npm:

npm install
npm start

In the browser a new tab with http://localhost:3000 will be opened and the application loads.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console. Example:

Build errors

npm test or yarn test

Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.

Read more about testing.

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed.

User Guide

You can find detailed instructions on using Create React App and many tips in its documentation.