Coder Social home page Coder Social logo

integrity_bank's Introduction

#INTEGRITY โค BANK

This is a simple representation of bank

Table of contents

Description

The bank has page with all clients. You can see clients ID's, clients names, clients ages, clients addresses. You can add a new client. You can see accounts of client and can add new one. Clients can have multiple accounts. You can send money from/to accounts

Prerequisites

To run this project you need to install next software:

Technologies used

  • spring-boot-starter-web 2.2.5
  • spring-boot-starter-data-jpa 2.2.5
  • spring-boot-starter-tomcat 2.2.5
  • spring-boot-starter-thymeleaf 2.2.5
  • mysql-connector-java 8.0.19
  • lombok 1.18.12

Deployment

Add this project to your IDE as Maven project.

Add Java SDK 13 in project structure.

Configure Tomcat:

  • Add artifact
  • Add Java SDK 13

To work with MySQL you need to:

  • Create schema (use sql requests in src/main/resources/init_db.sql )
  • Use your user and password from MySql DB on 5 and 6 lines of src/main/resources/application.properties.

Run the project: Main page is at URL: .../{context_path}/clients

If you want to start application from command line: Start command line mode, go to the folder with pom.xml and enter the mvn clean package command Maven will generate an executable jar file called integritybank-0.0.1-SNAPSHOT.war Go to the cd target folder Then run the jar file: java -jar integritybank-0.0.1-SNAPSHOT.war Go to the browser at http://localhost:8080/clients Enjoy to test everything)

Author

Ruslan Simakov If you have questions - feel free to write me. Have a nice day))

integrity_bank's People

Contributors

ruslan-simakov avatar

Watchers

James Cloos avatar  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.