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.
- username -
Admin#12
- password -
Admin#1234
-
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.