Giter VIP home page Giter VIP logo

deerborg / bankaccount Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 198 KB

Bank Customer Management System is a Java-based application that provides a customer management solution for banks. It allows CRUD operations for managing customer details and basic account management functionalities. The system is built using Spring Framework, Hibernate for ORM, and PostgreSQL database for data storage

Java 68.51% HTML 9.26% CSS 13.61% JavaScript 8.62%

bankaccount's Introduction

Bank Application

Bank Application is a Java Spring Boot project focused on customer and account management, designed to simulate basic banking operations.

Project Description

Bank Application provides an API for managing customer information, opening accounts, and performing account transactions. It also includes user authentication and authorization for security.

Technologies Used

The project utilizes the following technologies:

  • Java 22
  • Spring Boot
  • Spring Data JPA
  • Spring Security
  • Spring MVC
  • MapStruct
  • PostgreSQL
  • Docker

Getting Started

To run the project, follow these steps:

  1. Install PostgreSQL and Docker: Ensure PostgreSQL is installed and Docker is running.

  2. Configure Database: Set up PostgreSQL connection settings in application.properties or application.yml. For example:

    spring:
      datasource:
        url: jdbc:postgresql://localhost:5432/db
        username: postgres
        password: 1511
        driver-class-name: org.postgresql.Driver
  3. Run the Application:

    cd Bank
    mvn spring-boot:run
  4. Access the Application: By default, the application can be accessed at http://localhost:8080.

Note

This project is still under development.

Demo images

Main Page

Login Page

Register Page

Account Info

Money Transfer

bankaccount's People

Contributors

deerborg avatar

Stargazers

Tarik Tutar avatar İsmail Safa Yılmaz avatar Furkan Selçuk avatar Batuhan Yürüdür avatar Rohat  avatar

Watchers

 avatar

Forkers

byurudur

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.