Giter Site home page Giter Site logo

loan_amortization_app's Introduction

Loan Amortization App

This is a REST API for a Loan Amortization app built using FastAPI.

Setup

  1. Clone the Repository:

    git clone https://github.com/johnpatrickroach/loan_amortization_app.git
  2. Install Dependencies:

    Navigate to the project directory and install the required dependencies using pip:

    cd loan_amortization_app
    pip install -r requirements.txt
  3. Run the Application:

    Start the FastAPI server using uvicorn:

    uvicorn main:app --reload

    The API will start running on http://localhost:8000. You can access the interactive API documentation (Swagger UI) at http://localhost:8000/docs and the alternative interactive API documentation (ReDoc) at http://localhost:8000/redoc.

Endpoints

  • POST /users/: Create a new user.
  • POST /users/{user_id}/loans/: Create a loan for a specific user.
  • GET /users/{user_id}/loans/: Get all loans for a user.
  • GET /loans/{loan_id}/schedule/: Get the loan schedule for a loan.
  • GET /loans/{loan_id}/summary/{month}/: Get the loan summary for a specific month.
  • POST /loans/{loan_id}/share/: Share a loan with another user.

Testing

To run tests, navigate to the tests directory and run pytest:

cd tests
pytest

Authors

loan_amortization_app's People

Contributors

johnpatrickroach avatar

Watchers

 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.