Description
This is a template for an Django application that can be deployed in IRIS as an native Web Application.
Installation
- Clone the repository
- Create a virtual environment
- Install the requirements
- Run the docker-compose file
git clone
cd iris-django-template
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
docker-compose up
Usage
The base URL is http://localhost:53795/django/.
Endpoints
/iris- Returns a JSON object with the top 10 classes present in the IRISAPP namespace./interop- A ping endpoint to test the interoperability framework of IRIS./api



.png)

.png)

.png)
.png)
.png)


