https://github.com/ppirog/fasttrack
Application validates if company has potential to offer a loan. Application fetches financial data and returns credit scoring
https://github.com/ppirog/fasttrack
hibernate-jpa java jsoup junit liquibase maven mockito modular-monolith-architecture rest-api spring
Last synced: about 1 month ago
JSON representation
Application validates if company has potential to offer a loan. Application fetches financial data and returns credit scoring
- Host: GitHub
- URL: https://github.com/ppirog/fasttrack
- Owner: ppirog
- Created: 2024-05-01T18:08:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:05:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T17:45:38.813Z (about 1 year ago)
- Topics: hibernate-jpa, java, jsoup, junit, liquibase, maven, mockito, modular-monolith-architecture, rest-api, spring
- Language: Java
- Homepage: https://youtu.be/B7XfYUlUSR0
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README












# Livedemo
https://youtu.be/B7XfYUlUSR0
# Info
Apllication fetch company data from government REST API, financial data from aleo.com using webscraping technique (JSOUP) and returns credit scoring based on gathered informations.
# Showcase of application



# Endpoints:
- GET /company/{krs}
- GET /financialData/{krs}
- GET /creditReport/{krs}



# Frontend
Frontend to this app: https://github.com/ppirog/FastTrack-front
# Core
- Java
- Spring
- Hibernate
- PostgreSql
- Liquibase
- Redis
- Spring Security
- Docker
- JWT
- Jsoup
- Rest
# Testing:
- JUnit
- AssertJ
- Mockito
- Testcontainers
- Wiremock
- MockMvc
# Modular Monolith Architecture
