Skip to content

iguit0/resizooor

Repository files navigation

📏 Resizooor 📏

Project   |    Tech   |    Get Started   |    Demo   


💻 Project

An REST API that receives an image and uses a queuing system to change its size to 384x384.

🚀 Tech

⚙️ Get Started

    git clone https://github.com/iguit0/resizooor.git

    cd resizooor
    
    docker-compose up

Run

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)
  • 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.

Test

Considering you're inside venv, run: pytest --disable-warnings