Giter Site home page Giter Site logo

spring-cloudinary's Introduction

spring-cloudinary

This repository demonstrates how to create a basic web application using Spring Framework integrated with Cloudinary, an image/video storage service.

How do I get set up?

  • Create Cloudinary account at this URL

    http://cloudinary.com/

  • Add application.properties file in src/main/resources directory, and fill it with your Cloudinary's cloud name, api key, and api secret, like the following:

     com.cloudinary.cloud_name=<your_cloud_name>
     com.cloudinary.api_key=<your_api_key>
     com.cloudinary.api_secret=<your_api_secret>
  • Compile

    $ gradle clean build
  • Run Server

    $ gradle bootRun
  • Use
    By default the server will serve at:

    http://localhost:8080/

    You can see the list of uploaded image in your Cloudinary account by hitting to:

    http://localhost:8080/cloud/image

    You can upload another image to your Cloudinary account by sending POST request like the following:

     curl -X POST -F"upload=@<image_file>" -i "http://localhost:8080/cloud/image/"

How do I contribute?

  • Add your name and e-mail address into CONTRIBUTORS.txt

spring-cloudinary's People

Contributors

mrexmelle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.