Skip to content

vladpuscas/Spring-Boot-Bank-Management-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1

Install instructions

  1. Ensure your computer has java installed on it (instructions available here https://java.com/en/download/help/windows_manual_download.xml)
  2. Install mysql (https://dev.mysql.com/doc/refman/5.7/en/windows-installation.html)

How to run & access the application

  1. Go to the folder of the application
  2. Open a command window (Shift + f10 and Open command window)
  3. Run the following command java -jar "name of the jar file" (without "")
  4. In your browser go to localhost:8080/ and you will be prompted to the login page of the application
  5. The following accounts may be used:
    • Username: user

    • Password: user (has normal user rights)

    • Username: admin

    • Password: admin (has admin rights)

Use cases illustrated

Add a new client

Add client

Edit client information

Edit client

View client information

View client

Add new account

Add account

Edit account information

Edit account

View account information

View account

Delete account

Delete account

Transfer between accounts

Transfer

Process utilities bills

Payment

Add new employee

Add new employee

Edit employee information

Edit employee

View employee information

View employee

Delete employee

Delete employee

Generate report

Generate

Report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published