kemalelmizan / ehr-js

Cloud Based Electronic Health Record Concept with Node.js

Home Page:https://ehr-js.au-syd.mybluemix.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Based Electronic Health Record Concept with Node.js

Libraries used in back end:

Libraries used in front end:

Technologies stack used for development:

Below is Bluemix's Readme for Node.js

Node.js getting started application

The Bluemix Getting started tutorial for Node.js uses this sample application to provide you with a sample workflow for working with any Node.js app on Bluemix; you set up a development environment, deploy an app locally and on Bluemix, and integrate a Bluemix database service in your app.

The Node.js app uses Express Framework and Cloudant noSQL DB service to add information to a database and then return information from a database to the UI. To learn more about how the app connects to Cloudant, see the Cloudant library for Node.js.

Gif of the sample app contains a title that says, Welcome, a prompt asking the user to enter their name, and a list of the database contents which are the names Joe, Jane, and Bob. The user enters the name, Mary and the screen refreshes to display, Hello, Mary, I've added you to the database. The database contents listed are now Mary, Joe, Jane, and Bob.

The following steps are the general procedure to set up and deploy your app. See more detailed instructions in the Getting started tutorial for Node.js.

Before you begin

You'll need a Bluemix account, Git Cloud Foundry CLI and Node installed.

About

Cloud Based Electronic Health Record Concept with Node.js

https://ehr-js.au-syd.mybluemix.net/

License:Apache License 2.0


Languages

Language:JavaScript 91.7%Language:HTML 7.7%Language:CSS 0.6%