Django REST Framework project to demonstrate drf-imgproxy.
This project uses django-storages as the media storage backend with MinIO as the object storage server.
This project requires Docker and docker-compose setup on your local system.
Simply start the project with docker-compose
$ docker-compose up
Now you're able to visit the website at http://localhost:8000.