{"id":24812857,"url":"https://github.com/fintech-lsi/loans-service","last_synced_at":"2025-03-25T16:27:24.398Z","repository":{"id":273280965,"uuid":"912806082","full_name":"Fintech-LSI/Loans-service","owner":"Fintech-LSI","description":"This repository contains the source code for a Spring Boot application called Loans-service. This service is part of the Fintech-LSI project and likely handles loan-related functionalities.","archived":false,"fork":false,"pushed_at":"2025-01-19T22:43:07.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T14:41:09.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fintech-LSI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-06T12:38:08.000Z","updated_at":"2025-01-20T00:07:58.000Z","dependencies_parsed_at":"2025-01-20T00:27:24.473Z","dependency_job_id":"186b5669-013f-44a7-b6b2-6e2ba2aa91ea","html_url":"https://github.com/Fintech-LSI/Loans-service","commit_stats":null,"previous_names":["fintech-lsi/loans-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2FLoans-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2FLoans-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2FLoans-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2FLoans-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fintech-LSI","download_url":"https://codeload.github.com/Fintech-LSI/Loans-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245499093,"owners_count":20625304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-30T14:38:25.300Z","updated_at":"2025-03-25T16:27:24.378Z","avatar_url":"https://github.com/Fintech-LSI.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loans-service\n\nThis repository contains the source code for a Spring Boot application called `Loans-service`. This service is part of the Fintech-LSI project and likely handles loan-related functionalities.\n\n## Project Structure\n\nThe repository is organized as follows:\n\n- **`.mvn/wrapper`**: Contains the Maven Wrapper files, allowing the project to be built without requiring Maven to be installed globally.\n- **`k8s`**: Contains Kubernetes configuration files for deploying the application.\n- **`src`**: Contains the main source code for the Spring Boot application.\n- **`.gitattributes`**: Specifies how Git should handle line endings and other file attributes.\n- **`.gitignore`**: Specifies intentionally untracked files that Git should ignore.\n- **`Dockerfile`**: Defines how to build a Docker image for the application.\n- **`Jenkinsfile`**: Defines the pipeline for building, testing, and deploying the application using Jenkins.\n- **`mvnw`**: The Maven Wrapper executable for Unix-like systems.\n- **`mvnw.cmd`**: The Maven Wrapper executable for Windows systems.\n- **`pom.xml`**: Defines the project configuration and dependencies for Maven.\n- **`README.md`**: This file, providing information about the repository.\n\n## Technology Stack\n\n- **Java**: The primary programming language used for the application.\n- **Spring Boot**: The framework used for building the application.\n- **Maven**: The build tool used for managing dependencies and building the project.\n- **Docker**: Used for packaging the application into a container.\n- **Kubernetes**: Used for deploying and managing the application in a cluster.\n- **Jenkins**: Used for CI/CD automation.\n\n## Getting Started\n\n### Prerequisites\n\n- Java Development Kit (JDK) 8 or higher\n- Maven\n- Docker (if you want to build and run the application in a container)\n- Kubernetes cluster (if you want to deploy the application to Kubernetes)\n- Jenkins (if you want to use the automated deployment pipeline)\n\n### Building the Application\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Fintech-LSI/Loans-service.git\n   cd Loans-service\n   ```\n\n2. Build the application using Maven Wrapper:\n\n   ```bash\n   ./mvnw clean install\n   ```\n\n### Running the Application\n\n1. Run the application using Maven:\n\n   ```bash\n   ./mvnw spring-boot:run\n   ```\n\n2.  Alternatively, you can build a docker image\n\n   ```bash\n   docker build -t loans-service .\n   ```\n3. Run it\n   ```bash\n   docker run -p 8080:8080 loans-service\n   ```\n   The application should now be accessible at `http://localhost:8080` (or the specified port in the properties).\n\n\n### Deployment\n\n- **Kubernetes**: The `k8s` directory contains the necessary Kubernetes manifests for deploying the application to a Kubernetes cluster.\n- **Jenkins**: The `Jenkinsfile` provides a Jenkins pipeline for continuous integration and continuous deployment (CI/CD).\n\n## Contributing\n\nIf you want to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your changes.\n3. Make your changes and commit them.\n4. Push your branch to your forked repository.\n5. Create a pull request to the main repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintech-lsi%2Floans-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffintech-lsi%2Floans-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintech-lsi%2Floans-service/lists"}