Skip to content

lra21711214/image-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-service

Image management service
Images can be saved, displayed, and resized.

How to use?

git clone https://github.com/lra21711214/image-service.git
cd image-service
pip3 install -r requirements.txt
python3 app.py

routing

@app.route('/', methods=['post'])

is route to post images. upload file name is 'image'

@app.route('/<image_id>')

is Route to display the image. If there is a get parameter (width), the width of the image is specified.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages