/Java-Api

Api para cálculo de juros por atraso de pagamento de contas

Primary LanguageJava

Java_API

Java Developed with Java 11, spring framework, Docker and Mysql database.

The API calculates interest and fines on registered accounts with late payment, using the Java language in version 11 and Maven with support from Spring, JPA to optimize operations in the bank, MySql and Docker for the database containerization.

Tools and versions

  • IntelliJ 2020.1
  • Java 11
  • Spring 2.3.4
  • Mysql 5.6
  • Docker
  • Maven
  • Spring Web
  • Spring JPA

Installation

Download and install Docker Docker.

Clone the project.

Download Intellij and open the project in it.

Testing

To test the endpoints you will need a tool for interacting with APIs like Insomnia or Postman.

In the case of Get methods it is also possible to test by the browser

Contribution

  1. Fork the project (https://github.com/victor-gf7/Java-Api/fork)
  2. Create a branch for your modification (git checkout -b feature/fooBar)
  3. commit (git commit -am 'Add some fooBar')
  4. Push (git push origin feature/fooBar)
  5. Create a new Pull Request