Git Product home page Git Product logo

atm-service-application's Introduction

Atm Service Application

#Technology Stack

  • Java 8
  • Spring Boot 2.0.4

#Build Tool Maven 3

#Import instruction This is a maven project, can be imported to your favorite IDE as a maven project

#Build and run instruction

  • mvn clean install
  • To run on console, java -jar target/atm-service-0.0.1-SNAPSHOT.jar

#Test instruction

  • The code base includes an integration tests which are in ATMServiceIntegrationTest.java, in order to see the result of requirements, simply run each tests through and IDE. The implementation's logs print out every step's result, please check logs on console.

#Assumptions

  • Cash machine is fully functional and always has enough notes for disbursing, the logic in implementation does not check that the withdraw amount is payable by atm.

  • Number of notes is always stable and enough to deliver to customer.

  • Dao, Controller layers are already implemented and the next step is to integrate this implementation to them. After this integration, we can introduce BDD, and other tools for manuel end to end testing, such as swagger, curl scripts etc.

  • The application has global exception handler and any exception of validations are handled by it, return a clear response to the client. I included a basic implementation, ATMServiceExceptionHandler.java

atm-service-application's People

Contributors

murat-kuyluk 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.