Is a pet project of mine that demonstrates advance ui access to your personal medial health record.
Node & ExpressJS
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'
};
React & Redux.