{"id":21570267,"url":"https://github.com/mustafakbaser/spring-banking-app","last_synced_at":"2026-04-16T07:31:47.824Z","repository":{"id":235262888,"uuid":"790401362","full_name":"mustafakbaser/spring-banking-app","owner":"mustafakbaser","description":"Simplify banking operations with REST APIs built on Spring Boot and MySQL. Manage accounts, transactions, and more effortlessly.","archived":false,"fork":false,"pushed_at":"2024-04-24T13:58:12.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T06:13:48.887Z","etag":null,"topics":["java","mysql","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mustafakbaser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-04-22T20:12:26.000Z","updated_at":"2024-11-26T11:05:36.000Z","dependencies_parsed_at":"2024-11-24T11:12:10.820Z","dependency_job_id":null,"html_url":"https://github.com/mustafakbaser/spring-banking-app","commit_stats":null,"previous_names":["mustafakbaser/spring-banking-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mustafakbaser/spring-banking-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafakbaser%2Fspring-banking-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafakbaser%2Fspring-banking-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafakbaser%2Fspring-banking-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafakbaser%2Fspring-banking-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafakbaser","download_url":"https://codeload.github.com/mustafakbaser/spring-banking-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafakbaser%2Fspring-banking-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","mysql","spring","spring-boot"],"created_at":"2024-11-24T11:12:05.167Z","updated_at":"2026-04-16T07:31:47.809Z","avatar_url":"https://github.com/mustafakbaser.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Banking Application REST APIs\n\nThis project aims to provide a simple yet efficient solution for managing basic banking operations through a RESTful API. Leveraging the power of Spring Boot, Spring Data JPA (backed by Hibernate), and MySQL database, it offers seamless integration and robustness for handling account-related functionalities.\n\n## Features\n\n- **Account Creation**: Users can easily create new bank accounts through the provided API endpoints.\n- **Account Details**: Fetch comprehensive details about a specific bank account, including balance and transaction history.\n- **Deposit/Withdrawal**: Perform deposit and withdrawal operations securely and efficiently.\n- **Account Deletion**: Safely delete bank accounts when necessary, with proper validation and authorization.\n- **More to Explore**: The application provides room for expansion with additional features to enhance banking operations.\n\n## Technologies Used\n\n- **Spring Boot**: Empowers rapid application development with its convention-over-configuration philosophy and embedded server capabilities.\n- **Spring Data JPA (Hibernate)**: Simplifies database interactions by providing a high-level abstraction over JPA, reducing boilerplate code and enhancing productivity.\n- **Spring Web**: Facilitates building flexible and extensible RESTful APIs with minimal effort, allowing seamless communication between the client and server.\n- **MySQL Database**: Offers a reliable and scalable relational database management system, ensuring data integrity and consistency.\n- **Lombok**: Streamlines Java code development by automatically generating boilerplate code (such as getters, setters, and constructors), reducing verbosity and improving readability.\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n1. **Clone the Repository**: Clone this repository to your local machine using the following command:\n   ```\n   git clone https://github.com/mustafakbaser/spring-banking-app.git\n   ```\n\n2. **Set Up MySQL Database**: Create a MySQL database and configure the connection properties in the `application.properties` file.\n\n3. **Run the Application**: Build and run the application using Maven or your preferred IDE. The application will start on the configured port (default: 8080).\n\n4. **Explore the APIs**: Use tools like Postman or curl to interact with the RESTful APIs provided by the application. Refer to the API documentation for detailed endpoint information.\n\n## API Documentation\n\n### Endpoints\n\n- **Create Account**: `POST /accounts`\n- **Get All Accounts**: `GET /accounts`\n- **Get Account By Id**: `GET /accounts/{id}`\n- **Deposit Amount**: `PUT /accounts/{id}/deposit`\n- **Withdraw Amount**: `PUT /accounts/{id}/withdraw`\n- **Delete Account By Id**: `DELETE /accounts/{id}`\n\nFor detailed API documentation and usage instructions, refer to the [API Documentation](api-documentation.md) file.\n\n## Contribution Guidelines\n\nContributions to the project are welcome! To contribute, follow these guidelines:\n\n- Fork the repository and create a new branch for your feature or bug fix.\n- Ensure that your code adheres to the established coding standards and practices.\n- Submit a pull request detailing the changes introduced and any relevant information.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafakbaser%2Fspring-banking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafakbaser%2Fspring-banking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafakbaser%2Fspring-banking-app/lists"}