An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          







JUnit
mocikto
Testcontainers
HTTP
REST
IntelliJ
Auth0
Maven




Angular
TypeScript
CSS
HTML

# 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
![image](https://github.com/ppirog/FastTrack/assets/126290295/428efadd-612a-4418-bc3e-6050eaf387a2)
![image](https://github.com/ppirog/FastTrack/assets/126290295/95173934-8ddd-42ab-8b37-e710b6f1dece)
![image](https://github.com/ppirog/FastTrack/assets/126290295/c5524fda-8b84-4770-afa7-f8fe4fdc71ac)

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

![image](https://github.com/ppirog/FastTrack/assets/126290295/b664596f-c693-465c-a065-53783a9790b8)
![image](https://github.com/ppirog/FastTrack/assets/126290295/ead2c67f-a675-42cf-b137-e125ca1771d9)
![image](https://github.com/ppirog/FastTrack/assets/126290295/803af192-65bd-4bcf-af8a-e3ec5aaa02aa)

# 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
![image](https://github.com/ppirog/FastTrack/assets/126290295/08292909-a918-4867-9022-1970b5989bf7)