Simple Angular app + InterSystems IRIS example
Hi all!
I'd like to share the code we used in a hands-on session in the last InterSystems Iberia Summit (Spain) about developing a simple Angular app using InterSystems IRIS as backend.
_anim_preview.jpg)
In this sample we will:
- Import data from a public dataset and store it in InterSystems IRIS.
- Create automatic REST APIs using RESTForms2.
- Build an Angular 8 app to consume the data from the InterSystems IRIS backend.
Full instructions are available in the GitHub repository.
Comments
Hi Alberto,
I think file "/tmp/RESTForms2-master/src/Form/Installer.cls" is missing in the package.
Bellow the erro when try to start the container:
.png)
And the print of content of folder "\backend\src\Form":
.png)
Hi Cristiano,
Backend image is built using this Dockerfile.
In this case, it is downloading RESTForms2 using wget and then loading it into IRIS. The download is done in the Dockerfile using wget https://github.com/intersystems-community/RESTForms2/archive/master.tar…
Make sure in your logs that you had no errors while downloading RESTForms using wget.