Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 401 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 401 Bytes

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.