Skip to content

tiagocordeiro/flask-cloudinary

Repository files navigation

Cloudinary Flask sample project

A simple Flask application that performs image upload and generates on the transformations of the uploaded image.

Installing and running

$ git clone https://github.com/tiagocordeiro/flask-cloudinary.git
$ cd flask-cloudinary
$ python3 -m venv venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
(venv)$ export CLOUDINARY_URL=cloudinary://API-Key:API-Secret@Cloud-name
(venv)$ flask run

TODO

[ ] Melhorar documentação

Good luck!

About

Cloudinary Flask sample project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published