https://github.com/gunjankadu/online-banking-angular-springboot-mysql
The project simulates online banking system. It allows to register/login, deposit/withdraw money from accounts, add/edit recipients, transfer money between accounts and recipients, view transactions, make appointments.
https://github.com/gunjankadu/online-banking-angular-springboot-mysql
angular hibernate hibernate-orm mysql spring spring-mvc thy
Last synced: 3 months ago
JSON representation
The project simulates online banking system. It allows to register/login, deposit/withdraw money from accounts, add/edit recipients, transfer money between accounts and recipients, view transactions, make appointments.
- Host: GitHub
- URL: https://github.com/gunjankadu/online-banking-angular-springboot-mysql
- Owner: GunjanKadu
- Created: 2020-04-19T22:49:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T23:23:16.000Z (about 6 years ago)
- Last Synced: 2025-01-05T19:22:59.828Z (over 1 year ago)
- Topics: angular, hibernate, hibernate-orm, mysql, spring, spring-mvc, thy
- Language: Java
- Size: 9.78 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online-banking-angular-springboot-mysql
Online-Bank-Simulator
Spring Boot/Spring Data/Spring Security/Hibernate/MySQL/REST
The project simulates online banking system. It allows to register/login, deposit/withdraw money from accounts, add/edit recipients, transfer money between accounts and recipients, view transactions, make appointments.
There are two roles user and admin.
## Thing to run the application
__Clone the repository__
```
git clone https://github.com/GunjanKadu/Online-banking-angular-springboot-mysql
```
__Go the folder__
```
Online-banking-angular-springboot-mysql
```
__Set Your MySQL username & password in application.properties__
[application.properties](../../blob/master/src/main/resources/application.properties)
__Run the application__
```
mvn clean spring-boot:run
```
## Screen shot
### Sign Up Page

### Sign In Page

### Dashboard Page

### Deposit Page

### Dashboard Page

## Spring Boot/Spring Data/Spring Security/Hibernate/MySQL/REST
The project simulates online banking system. It allows to register/login, deposit/withdraw money from accounts, add/edit recipients,
transfer money between accounts and recipients, view transactions, make appointments.
There are two roles user and admin.
The admin has there own frontend implemented in Angular2, which communicates with backend through REST services.