Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kseniia-chepur/bank-loans-frontend
- Owner: kseniia-chepur
- Created: 2024-07-19T06:22:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:55:10.000Z (6 months ago)
- Last Synced: 2024-10-15T05:40:53.420Z (3 months ago)
- Topics: angular, angular-cli, angular-material-ui, http-requests, reactive-forms
- Language: TypeScript
- Homepage: https://bank-loans-app.netlify.app/
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.