Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 602 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 602 Bytes

drf-imgproxy-demo

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.

Usage

0. Requirements

This project requires Docker and docker-compose setup on your local system.

1. Quickstart

Simply start the project with docker-compose

$ docker-compose up

Now you're able to visit the website at http://localhost:8000.