iCure Data Stack helps developers create connected apps for healthcare in no time. Let's give it a quick try by creating a node application that lets you store and access encrypted patients in a cloud data store.
First head to and create a database and a user. You will need the username and password below.
and are needed for this example.
mkdir patient-manager
cd patient-manager
yarn init -y
yarn add @icure/api
#if you are using node two other dependencies are needed
yarn add node-fetch node-localstorage
The @icure/apiis the JS library used to simplify access to the iCure application server and to abstract the complexity of the cryptographic layer.
Node 15 is required because it includes the crypto compatibility layer