Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1018 Bytes

File metadata and controls

26 lines (14 loc) · 1018 Bytes

MuniBank 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 , JSON, Thymeleaf

Back-end: Java 8, Spring Boot, Spring Data, Spring Security, Hibernate,in Memory Database H2, Maven, Log4j

**Notice Each time you relaunch the application all data you have stored are removed from the In-Memory database.