© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Implementation of real-world application: https://github.com/gothinkster/realworld/ using Django and HTMX.
An in-depth discussion of this implementation can be found here.
Tech Stack:
To install and run with docker-compose (requires iris.key placed in the home directory):
git clone https://github.com/caretdev/django-iris-realworld/ && cd realworld
docker-compose up -d --build
Note: this is just a reference implementation and is not intended for production use.