tiagocordeiro / flask-cloudinary

Cloudinary Flask sample project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 78.2%Language:HTML 21.8%