Skip to content

This simple and basic Banking backend developed using Spring Boot which incorporates some basic utilities (fonctions) of a web modern banking

Notifications You must be signed in to change notification settings

binpc17/eBanking_SpringBoot

Repository files navigation

eShopBackEnd_SpringBoot

*This is a Spring Boot Backend App.*

Keyword: Spring Boot, Spring Data, Spring Data Rest, Spring Security, Spring Cloud, JPA Hihernate, Swagger Documentation (openApi 3), API integration, Web service, REST FULL, Java EE

This simple and basic banking backend developed using Spring Boot which incorporates some basic utilities (fonctions) of a web modern banking

In this simple eBankingBackEnd_SpringBoot I’m using a H2 database to help you to execute and test this without any problem (with less configurations). This project is linked to eShop-Web project as FrontEnd..

Soo you need to download or Clone the project eBank-WebAngular
LIKE THIS: git clone git@github.com:binpc17/eBankWeb_Angular.git

By default the server port is: 8087

HOW TO USE THIS PROJECT ?

STEP 1: Clone this repository LIKE THIS: git clone git@github.com:binpc17/eBanking_SpringBoot.git

STEP 2: Run this project, With the right click HowToRunTheBackend STEP 3: After running this current project ( eShopBackEnd_SpringBoot), you will find all
backend REST FULL API documentation at these address:

http://localhost:8087/swagger-ui.html OR

http://localhost:8087/v3/api-docs

NOTE:

You can also use any Available data base LIKE Mysql, ORACLE, Mongo DB, ….

You only just need to edit the application.properties file and everything will be okay.

For Mysql You can do LIKE THIS:

spring.datasource.url = jdbc:mysql://localhost:3306/YourDataBaseName?serveTimezone=UTC
spring.datasource.username = root
spring.datasource.password =
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto= update
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MysqlDialect
server.port=8087

IF you need more assistance please email at : binpc17@gmail.com AND hello@egozola.com

About

This simple and basic Banking backend developed using Spring Boot which incorporates some basic utilities (fonctions) of a web modern banking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages