Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 726 Bytes

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.