Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mng222n/online-banking-website-systems
the code developed in the online banking website systems
https://github.com/mng222n/online-banking-website-systems
angular2 bootstrap java json online-banking restful-api slf4j spring-mvc-application
Last synced: about 2 months ago
JSON representation
the code developed in the online banking website systems
- Host: GitHub
- URL: https://github.com/mng222n/online-banking-website-systems
- Owner: mng222n
- License: mit
- Created: 2021-06-16T16:23:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:42:26.000Z (6 months ago)
- Last Synced: 2024-06-18T12:08:36.685Z (6 months ago)
- Topics: angular2, bootstrap, java, json, online-banking, restful-api, slf4j, spring-mvc-application
- Language: Java
- Homepage:
- Size: 503 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, Slf4j