https://github.com/adebsalert/flw-test
https://github.com/adebsalert/flw-test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adebsalert/flw-test
- Owner: AdebsAlert
- Created: 2022-12-22T01:17:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T19:11:16.000Z (over 3 years ago)
- Last Synced: 2025-03-23T03:27:50.730Z (about 1 year ago)
- Language: TypeScript
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLW TEST
## Diagrams:
Flowchart for loan calculation

Endpoint request sample diagram

## Running tests:
To run all test cases, run the command:
```bash
$ npm install && npm run test
```
## How to setup and run loan calculator locally:
Install all dependencies by running:
```bash
$ npm install
```
Build the app by running command:
```bash
$ npm run build-ts
```
Start the app by running:
```bash
$ npm run start
```
App will be listening on port 7007
## How to run string comparison function:
```bash
$ npx ts-node src/compareString.ts or npm run test
```