Skip to content

dr-montasir/flask-cloudinary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

  1. Install Python

  2. Install Cloudinary python egg

  3. Get a cloudinary account

  4. Copy the cloudinary configuration environment variables from the Management Console:

  5. Add the cloudinary configuration to the app.py file as following:

     # Cloudinary Configuration:
     cloudinary.config(cloud_name='your cloudname', api_key='your api key',
                       api_secret='your api secret')
    
  6. Run the server:

     $ python app.py
    
  7. Browse to http://127.0.0.1:5000/

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published