Skip to content

stivenramireza/images-resizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images Resizer App

FastAPI application to resize thousands of images asynchronously in few minutes from an S3 bucket.

Run app in development mode

$ pip install -r requirements.txt
$ export PYTHON_ENV=development
$ uvicorn src.main:app --reload

Run app in production mode

$ docker build -t images-resizer-app:latest .
$ docker-compose up -d

About

FastAPI application to resize thousands of images asynchronously in few minutes from an S3 bucket.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published