Project | Tech | Get Started | Demo
An REST API that receives an image and uses a queuing system to change its size to 384x384.
git clone https://github.com/iguit0/resizooor.git
cd resizooor
docker-compose up
Using Postman:
- Set up a POST request with the following URL: http://127.0.0.1:8000/images/resize
- Body:
form-data
- Key:
image_file
- After that, select
color_bars.png
(example image to test the solution)
- Key:
- Body:
- After send the request, the result will appear as body result and after that just save response which is going to be a file.
📹 Watch demo video.
Considering you're inside venv, run: pytest --disable-warnings