Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseniia-chepur/bank-loans-frontend


https://github.com/kseniia-chepur/bank-loans-frontend

angular angular-cli angular-material-ui http-requests reactive-forms

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## 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.

## [Link to DEMO](https://bank-loans-app.netlify.app/)

### 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.