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.
- IntelliJ 2020.1
- Java 11
- Spring 2.3.4
- Mysql 5.6
- Docker
- Maven
- Spring Web
- Spring JPA
Download and install Docker Docker.
Clone the project.
Download Intellij and open the project in it.
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
- Fork the project (https://github.com/victor-gf7/Java-Api/fork)
- Create a branch for your modification (
git checkout -b feature/fooBar) - commit (
git commit -am 'Add some fooBar') - Push (
git push origin feature/fooBar) - Create a new Pull Request
