Skip to content

An end to end example of using React/Redux and Node/Express to provide and an advanced interface to your electronic medial record.

Notifications You must be signed in to change notification settings

shaynemeyer/ReactHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Health

Is a pet project of mine that demonstrates advance ui access to your personal medial health record.

Projects

Server

Node & ExpressJS

Config

Create a config.js file in the root of your app. Make sure to add it to your git ignore file.

module.exports = {
  secret: 'ENTER_YOU_SUPER_SECRET_CODE_HERE'
};

Client

React & Redux.

About

An end to end example of using React/Redux and Node/Express to provide and an advanced interface to your electronic medial record.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published