rknizzle / 1up-example-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1upHealth Web Application

Run it yourself

First, create an application from the 1Up Health website here. Make sure you specify http://localhost:8080/callback when creating the application and note down the client ID and secret when you are done.

Next, setup the repo.

  1. clone the source code from this repo
git clone https://github.com/rknizzle/1up-example-app.git
  1. Create a .env file with your apps client id and secret
CLIENT_ID=xxxxxxxxxx
CLIENT_SECRET=xxxxxxxxxx
  1. Install and run
npm install
npm start
  1. Enter any username on the login page to get started
  2. Access the Cerner test data using the following test user:
Username: wilmasmart
Password: Cerner01

About


Languages

Language:JavaScript 55.3%Language:HCL 34.2%Language:Shell 6.1%Language:HTML 4.5%