bhaweshverma50 / demyst-loan-app

Coding exercise: Loan Application

Home Page:https://loanr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Folder Structure

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.

Usage

To run the project locally, follow the steps below:

  1. Clone the project repository.
  2. Navigate into specific folder you require to run.
  3. Install the required dependencies by running npm install.
  4. Configure any necessary environment variables.
  5. Start the project by running npm start.
  6. Access the project in your browser at http://localhost:3000 (or any other specified port).

Contributing

If you would like to contribute to the project, please follow these guidelines:

  1. Fork the repository and create a new branch.
  2. Make your changes and ensure they are properly tested.
  3. Commit your changes and submit a pull request.

License

This project is licensed under the MIT License.

About

Coding exercise: Loan Application

https://loanr.vercel.app


Languages

Language:TypeScript 93.1%Language:JavaScript 3.7%Language:CSS 3.1%