https://github.com/mmahmoodictbd/customer-mortgage
The Mortgage System is an application that manages mortgages and customers. It provides functionality to create, read, update, and delete (CRUD) operations for mortgages and customers.
https://github.com/mmahmoodictbd/customer-mortgage
Last synced: about 1 month ago
JSON representation
The Mortgage System is an application that manages mortgages and customers. It provides functionality to create, read, update, and delete (CRUD) operations for mortgages and customers.
- Host: GitHub
- URL: https://github.com/mmahmoodictbd/customer-mortgage
- Owner: mmahmoodictbd
- License: mit
- Created: 2024-01-31T20:37:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T20:42:32.000Z (about 1 year ago)
- Last Synced: 2025-01-31T09:42:37.419Z (3 months ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mortgage System
## Introduction
The Mortgage System is an application that manages mortgages and customers. It provides functionality
to create, read, update, and delete (CRUD) operations for mortgages and customers.## Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [API Documentation](#api-documentation)
- [License](#license)## Features
- Create, retrieve, update, and delete mortgages.
- Create, retrieve, and delete customers.
- Fetch age information from Agify API based on customer name.## Technologies Used
- Kotlin / Java 17
- Spring Boot
- Spring Data JPA
- Spring MVC
- Spring Resilience4j
- Hibernate
- H2 Database (for testing)
- Jackson (for JSON processing)
- Resilience4j (for circuit breaking)
- Mockito (for mocking in tests)
- JUnit (for unit testing)
- Spring Test (for integration testing)## Getting Started
### Prerequisites
- JDK 17 (OpenJDK Runtime Environment Temurin-17.0.8+7 (build 17.0.8+7))
- Gradle### Installation
1. Clone the repository:
```bash
git clone https://github.com/mmahmoodictbd/customer-mortgage.git
```2. Build the project:
```bash
cd customer-mortgage
./gradlew clean build
```3. Run the application:
```bash
./gradlew bootRun
```## API Documentation
Swagger API Documentation: http://localhost:8080/swagger-ui/index.html## License
This project is licensed under the [MIT License](LICENSE).