https://github.com/intersystems/building-modern-web-apps
Description: An example of a RESTful web service as implemented in IRIS, and a client application designed in Angular.js that connects to the service. The two components are meant to demonstrate the concepts of modern web application design and serve as a companion piece to the presentation found here: https://learning.intersystems.com/course/view.php?id=681
Requirements: any version of IRIS ; otherwise, Caché or Ensemble 2016.2
Instructions:
docker compose build --no-cache
docker compose up -d
- Open your web browser to http://localhost:7772/front-end/index.html
- Play with the /front-end/api through http://localhost:7772/swagger-ui/index.html