Code Monkey home page Code Monkey logo

bank's Introduction

Bank

Bank - simple banking service, for card creation, transactions, registration and authorization.

It has nothing to do with real money, here you can understand how the banking system works in a very simple format. This repository is only ! FOR EDUCATIONAL PURPOSES !

Technologies:

  • Spring
  • Spring Security
  • Java
  • MariaDB
  • JWT
  • Lombok
  • Docker

How to run?

  1. Clone project: git clone https://github.com/prooxyyy/bank.git
  2. Open project in Intellij IDEA
  3. Install latest version of Docker
  4. Configure database credentials in docker-compose.yml
  5. Run the project via docker compose up -d (Or build it to .jar and run it via java -jar app.jar REQUIRE SET VARIABLES)
  6. Insert 2 roles into bank_roles table: ROLE_USER, ROLE_ADMIN

API

  1. Download Postman
  2. Download Postman collection CLICK HERE
  3. Import collection in postman
  • Collection last update: 17.11.2023

Features

  • User
    • Auth
    • Registration
  • Card
    • Open new card
    • Get active cards
    • Close card
    • Change CVV
    • Change PIN
    • Reissue card
  • Payments
    • Transfer money by card number
    • Transfer money by email
    • Transfer money by phone number
    • Auto-convert currency while transferring money
    • Pay invoices
    • Jar with donation
  • Admin features (ROLE_ADMIN needed)
    • Cancel transaction
    • Metrics
    • Block user card
  • Web
    • User interface in WEB
    • Admin interface in WEB

Contact me

bank's People

Contributors

prooxyyy avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.