https://github.com/justfairdev/online-banking-with-java-spring-boot-angular-2
Banking Application using Java 8, Sprint Boot, Spring Security and H2 Database
https://github.com/justfairdev/online-banking-with-java-spring-boot-angular-2
Last synced: 8 months ago
JSON representation
Banking Application using Java 8, Sprint Boot, Spring Security and H2 Database
- Host: GitHub
- URL: https://github.com/justfairdev/online-banking-with-java-spring-boot-angular-2
- Owner: justfairdev
- Created: 2024-04-12T01:51:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T01:51:30.000Z (about 2 years ago)
- Last Synced: 2025-07-19T04:31:12.060Z (11 months ago)
- Language: Java
- Homepage:
- Size: 519 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Banking with Java, Spring Boot, Angular 2
Developed an Banking website which lets you deposit or withdraw money, schedule an appointment with a banker, view bank statements, transfer money between primary or savings account or with other customer.
Created two separate server:
- User Frontend
- Admin Portal
## User Frontend
User-Front is a user-facing system and it includes modules such as User Signup/Login, Account, Transfer, Appointment, Transaction and User Profile.
## Admin Portal
It is mainly used by Admin and it involves User Account and Appointment modules. Admin can enable/disable Users, view statements of every Users, confirm an appointment.
## Technologies Used
**Front-end:** Html5/CSS3, JavaScript, TypeScript, JQuery, Bootstrap, Angular 2 and some JS plugins, JSON, Thymeleaf
**Back-end:** Java 8, Spring Boot, Spring Data, Spring Security, Hibernate, MySQL, Maven, Log4j