Git Product home page Git Product logo

pokedox's Introduction

Pokedox

How to run

Clone the Pokedox project then open intelliJ idea and clone using VCS, Paste the link gotten from the cloning Ensure to install java JDK 1.8 Install maven the dependencies will be downloaded automatically, and the project should be ready to run but if that's not the case then kindly run the mvn install command in the directory of the project where you can find the pom.xml file.

Translation The translation decision is made using a chain of command pattern.

Retries Retries are executed twice, except the rate limit has been hit, this sufficiently caters for intermittent access denied exception .

Caching All unique pokemon requests are cached to improve performance and evicted after a translation of the pokemon has been made to prevent returning a translated pokemon on a non translated endpoint

Testing The application can be tested by running the mvn test command in the project root directory.

Api Documentation The API Documentation can be found on the swagger link at http://localhost:5000/swagger-ui/ you can find details about the application like health by executing the actuator endpoint which you'll find on swagger.

Containerization

I added a docker file for app containerization please run a maven install in the root directory "mvn install" Next run a docker build : "docker build -t pokedox-application.jar ." And Finally : "docker run -p 5000:5000 pokedox-application.jar"

pokedox's People

Watchers

Akintomiwa Abolade 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.