Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mounirelbakkali1/my-bank
Basic implementation of bank back office system components using Spring boot and modular based architecture
https://github.com/mounirelbakkali1/my-bank
keycloak postgresql react spring-boot spring-data-jpa spring-mvc
Last synced: 3 months ago
JSON representation
Basic implementation of bank back office system components using Spring boot and modular based architecture
- Host: GitHub
- URL: https://github.com/mounirelbakkali1/my-bank
- Owner: mounirelbakkali1
- Created: 2023-02-08T16:08:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T20:42:30.000Z (9 months ago)
- Last Synced: 2024-05-15T16:48:32.743Z (9 months ago)
- Topics: keycloak, postgresql, react, spring-boot, spring-data-jpa, spring-mvc
- Language: JavaScript
- Homepage:
- Size: 549 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: AuditManager/.gitignore
- Security: SecurityManager/.gitignore
Awesome Lists containing this project
README
## My Bank : Back Office application
Basic implementation of bank system components using Spring boot and modular based architecture
### APP:
for application main module bootstrapping, front end react build### Persistence Manager
for database operations and migrations### Security Manager
for application security configuration
- configures the application to deligate authentication to keycloak server
- configures web portals accessbility and security rules### Audit Manager
for application logging, and audit management### Operations Manager
for managing application administrative operations### Account Manager
for client account management operations performed by a scoped application users![image](https://github.com/mounirelbakkali1/my-bank/assets/101472611/001ffb99-86a3-4ee0-84b6-e47b8d1dd72c)