Get Started with a Database
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 Register on our cloud platform and create a database and a user. You will need the username and password below.
Node 15 and Yarn are needed for this example.
The @icure/api
is 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
Now create a file name index.mjs
Replace 'demo'
/ 'demo'
by your username and password. If you are writing code for the browser, omit to importcrypto
and callApi
with just 3 arguments.
Last updated
Was this helpful?