https://github.com/wickenico/spring-boot-banking
Set of REST banking services with Spring Boot.
https://github.com/wickenico/spring-boot-banking
mysql rest-api spring-boot spring-data-jpa swagger
Last synced: about 2 months ago
JSON representation
Set of REST banking services with Spring Boot.
- Host: GitHub
- URL: https://github.com/wickenico/spring-boot-banking
- Owner: wickenico
- Created: 2022-01-30T16:44:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T20:43:51.000Z (over 4 years ago)
- Last Synced: 2026-03-29T21:44:24.562Z (3 months ago)
- Topics: mysql, rest-api, spring-boot, spring-data-jpa, swagger
- Language: Java
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST Banking Services
Set of REST Webservices for a banking application including money transfers.
# Technologystack
REST | Spring Boot | Java | MySQL | Hibernate | Maven | Swagger |
# Installation
- MySQL: Download MySQL Workbench and create a new schema.
- Github: Fork or download project zip file.
- Open project folder with an IDE like Eclipse or VS Code.
# Database Model
[ER Diagram as PNG](https://github.com/wickenico/spring-boot-banking/tree/master/img/ERM_bankingservices.png)
# Swagger UI
http://localhost:8080/swagger-ui/index.html#/
# Postman Collection
[Postman Collection REST](https://www.postman.com/nwickersheim/workspace/banking-services/collection/11686158-c7a4cdf7-cfee-47dd-9287-d68b6af25d6d)