pycloudinary/samples/basic_flask at master · cloudinary/pycloudinary · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

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!