This Laravel project, developed as part of SUSE Hack Week 23, is a collaborative effort aimed at simplifying the analysis of housing loan proposals, with a focus on common configurations in Portugal.
The Mortgage Plan Analyzer focuses on analyzing proposals that typically have two phases: an initial fixed-rate phase followed by a variable phase composed of a contracted spread and variable Euribor. This project aims to streamline and clarify the financial decision-making process for common housing loans in Portuguese territory.
- GitHub Repository
- SUSE Hack Week 23 Project
- Euribor API
- Price table (CAS)
- Banco de Portugal
- App Logo
- GitHub: rjpmestre
- Email: [email protected]
If you are interested in contributing to the Mortgage Plan Analyzer project, feel free to fork the repository and submit pull requests. Your contributions are welcome!
Current version: v1.0.1a
- php
- git
- docker
- composer
# clone the project
git clone https://github.com/rjpmestre/mortgage-plan-analyzer.git mpa
cd mpa
# basic setup
sudo composer update
cp .env.example .env
# generate your app key
php artisan key:generate
# optional adjust .env file: APP_URL and/or RAPID_API_KEY_EURIBOR [https://rapidapi.com/lrdavocado-O3qmwiGJQwR/api/euribor/]
# build and start docker container
sudo docker-compose build mpa-app
chmod -R 777 storage
sudo ./vendor/bin/sail up -d