This is a web application for managing loan applications. It allows users to submit loan applications, review their application status, and view the result of their application.
To know more, check out Loan-App-Documentation
The project follows the following folder structure:
- /decision-engine
- Makes decision on if to give 100% loan amount or 60% or none.
- /accounting-server
- Simulates an account provider and returns random balance sheet for the business.
- /loan-app
- Consists the frontend of the application using NextJS 13.
To run the project locally, follow the steps below:
- Clone the project repository.
- Navigate into specific folder you require to run.
- Install the required dependencies by running
npm install
. - Configure any necessary environment variables.
- Start the project by running
npm start
. - Access the project in your browser at
http://localhost:3000
(or any other specified port).
If you would like to contribute to the project, please follow these guidelines:
- Fork the repository and create a new branch.
- Make your changes and ensure they are properly tested.
- Commit your changes and submit a pull request.
This project is licensed under the MIT License.