Install node.js on your local machine, this project is built with node v20.17.0
Install project dependencies by running
npm install
# or
yarnStart the development server by running:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
The backend code, which includes all the database schema classes, the REST services and the
production, is available under Prototype.
Download the Prototype folder and import the folder on the Management Portal into any namespace. System Explorer -> Classes -> Browse -> Select Prototype
-
On the Management Portal navigate to:
System Administration -> Security -> Application -> Web Application -> Create New Web Application. -
The APIs defined in
Prototype/DB/RESTServices.clswill be available athttp://localhost:80/api/prototype/*
- Download the
PatientData.csvfile from public
-
On the Management Portal navigate to:
System Explorer -> SQL -> Go -> Wizards -> Data Import.
-
Enter the path and name of import file, select the namespace and schema to import to and click
Finish.
- Port number of the IRIS instance (I'm using port 80)
- auth.ts username and password (make sure CSPSystem user has READ privilege)





