Skip to content

kymdesmond/loan-scheduler-web

Repository files navigation

Loan Schedule

Overview

This interface is developed with Angular

Prerequisites

You'll need the following installed locally to run the application

  • Node (With package manager - npm)
  • Angular CLI
  • A suitable browser

Additionally

  • Backend Service for this application

Run the following command to check the above:

ng version

Setup

After clone the project, run the command below to install the required packages

npm install

After successfully installing the packages, start the application with the following command

ng serve

The application will start on port 4200 (default). Open http://localhost:4200 on your browser to load the interface

Use

The application loads a simple form where you can feed some input to generate a loan schedule. This is generated by a backend service running on port 8090. Ensure it is up and running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published