Coder Social home page Coder Social logo

imgurappspringboot's Introduction

                                                **ImgurAppSpringBoot**

SpringBoot App integrated with ImgurApi to Upload, View and Delete Image

Project support below activities:

  1. Api Documentation using Swagger
  2. Kafka to save the details to DB
  3. JenkinsFile for CI/CD Pipeline
  4. Deployment to Nexus
  5. In-memory H2 Database
  6. Log4J for Logging

Assumptions:

  1. At time of registration Person provide password as well
  2. UserName should be unique at registration (Else userName already exist will be shown as response)
  3. A Person can login using Username and Password
  4. To view List of Images, person will get urls of all images in response
  5. Every image has imageid attached even if displayed on UI.
  6. To view just one image, person on passing imageid, will get the URL
  7. All testing done on localhost(kafka,jenkins,nexus,h2)

Swagger Url- http://localhost:8080/swagger-ui.html

alt text

H2- http://localhost:8080/h2-console

alt text

Jenkins - http://localhost:9090/

alt text

Nexus - http://localhost:8081/

For Nexus Server use please update the settings.xml (~.m2/settings.xml) with below details

<servers>   
 <server>
          <id>nexus-release</id>
          <username>admin</username>
          <password>password</password>
      </server>
 </servers>
  <mirrors>
<mirror>
    <id>maven-default-http-blocker</id>
    <mirrorOf>external:http:*</mirrorOf>
    <name>Pseudo repository to mirror external repositories initially using HTTP.</name>
    <url>http://0.0.0.0/</url>
    <blocked>true</blocked>
  </mirror>
 </mirrors>

and repository url in pom.xml under distributionManagement

alt text

Kafka - localhost:9092

imgurappspringboot's People

Contributors

versatilecoder avatar

Watchers

James Cloos avatar  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.