The focus of this tutorial is to create a system for the management of Documents implementing the upload of pictures (using BLOBs) and searching for specific ones.
We are going to use the following scenario for a better explanation of this tutorial:
We will create a system for the management of doctors' visits to their patients. visits will be stored in Documents.
Note: in this tutorial we do not manage Users in a proper fashion, we perform all operations with customer_id
and customer_key
credentials. For a tutorial with logged Users' operations check this link.
Create Documents with the visit's result
Search for specific User's Documents
Read all Documents
Read his Documents with the doctor's visit result
For this tutorial, Chino.io operates with the following Resources:
Repository: it's the main container which contains Schemas.
Schema: it's the resource which defines the structure of Documents. Here are defined the fields of the future Documents.
Document: it's the resource we will use to store sensitive data.
Learn more about the Chino.io API and how to use it in your application.
Looking for more help?
Frequently Asked Questions
Our FAQ answers the most common questions from developers and project managers.
Need more specific help?
We're always happy to answer your technical questions.