Skip to content

Latest commit

 

History

History

basic_flask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cloudinary Flask sample project

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

Installing and running

  1. Install Python

  2. Install Cloudinary python egg

  3. Get a cloudinary account

  4. Copy the CLOUDINARY_URL environment variable from the Management Console:

  5. Run the server:

     $ CLOUDINARY_URL=cloudinary://API-Key:API-Secret@Cloud-name python app.py
    
  6. Browse to http://127.0.0.1:5000/

Good luck!