Skip to content

kseniia-chepur/bank-loans-frontend

Repository files navigation

Bank loans app

Description of the project

This project is a part of the TechMagic Academy_JS course#15. It provides frontend part for the loan management system at commercial bank.

The app allows users to register/login into system, registered users can manage clients, types of loans and client's loans. Requests to delete endpoints can be sent by users with administrative rights only.

Test data for login:

  • username - Admin#12
  • password - Admin#1234

Run locally:

  • Clone the project

  • Install dependencies: npm install

  • Start dev server: ng serve

  • Navigate to http://localhost:4200/

The application will automatically reload if you change any of the source files.