Skip to content

10micky10/java-console-banco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-console-banco

This project is in console mode. This project using Maven.

Prerequisites 🔨

  1. Install Windows 10 or linux.

Installation 🔧

  1. Install windows or linux.
  2. Install java 8 (1.8.0_201)
  3. Install Maven

Deploy 🚀

  1. Clone project.
git clone https://github.com/10micky10/java-console-banco.git

Enter to project and execute the followings commands:

  1. Compile:
mvn compile
  1. Generate jar:
mvn package
  1. Init program:
java -jar target/java-console-banco-1.0-SNAPSHOT.jar
  1. Login:
Enter with: userName = micky password = holaloko

checkstyle

Execute:

mvn checkstyle:check

Command to Generate a Maven Project:

mvn archetype:generate -DgroupId="nombre de carpeta".com."nombre de carpeta" -DartifactId="nombre de la carpeta principal" -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

Documentation

Diagrams

Entity Class Diagram

Use Case Diagram

Sequence Diagram

Status Diagram

UI

Login

Main menu

User Menu

Show Users

Account Menu

Show Accounts

Client Menu

Show Clients

Assign Or Remove Account Menu

GoodBye

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%