Giter Club home page Giter Club logo

credit-application's Introduction

Credit application

About program

This program is about creating loan application. It is a simulation with simple algorithm of granting/rejecting application of loan.

Running the program

When you run the program you can see the menu with a few points to choose:

  1. Create a loan application
  2. Show history
  3. Search customer
  4. Check customer
  5. Quit

Entering one of the above points you can get the following information:

  1. Start a full credit application and at the end get the decision of bank if your loan application was accepted or rejected
  2. You can show all loans applications and choose one to learn more about it
  3. You can find some specific client by putting down their pesel number
  4. You can check the client by putting down their pesel number if he or she is in the red or blacklisted
  5. Quit the program

Database

In the database folder you can find 2 sql files. One of them is empty schema script with code to create empty tables and stored procedures to easier fill in the tables from the SQL Server level, if it is needed. The another sql file is with a few example records which I introduced creating a loan application. You can use them to check how the program works or create your own loan applications

Connector python with database

To connect Python with database this program uses module pyodbc. Click the link below to see the pyodbc documentation: https://github.com/mkleehammer/pyodbc/wiki

credit-application's People

Stargazers

Nikolay Stanchev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.