Git Product home page Git Product logo

armasecbank's Introduction

Imagem logo

ArmaSecBank

This project is a Java-based application designed for managing banking operations. It consists of several classes that represent different components of a bank, such as branches (Agencia), authentication (Autenticacao), bank accounts (Conta), customers (Pessoa), and transactions (Transacao).

Installation

To install this project:

  1. Ensure you have Java installed on your system. You can download Java from the official Oracle website.
  2. Download the source code from this repository.
  3. Extract the files to your preferred directory.

Usage

To use this application:

  1. Open your command line or terminal.
  2. Navigate to the directory where you extracted the project files.
  3. Compile the Java files using the command: javac *.java
  4. Run the main application file (assuming Sistema.java is your main file) using: java Sistema

Features

  • Bank Branch Management: Handle operations related to bank branches.
  • User Authentication: Securely manage user access.
  • [Additional features based on other classes like Conta, Pessoa, Transacao, etc.]

Running in IntelliJ IDEA

  1. Install IntelliJ IDEA: Download and install IntelliJ IDEA from JetBrains.
  2. Open the Project: Launch IntelliJ IDEA, select 'Open', and navigate to your project directory.
  3. Import Project: IntelliJ IDEA will automatically recognize the Java files. If prompted, set the project SDK to the appropriate Java version.
  4. Build and Run: Navigate to the main class (likely Sistema.java), right-click, and select 'Run [main class name].main()' to compile and run the project.

Running in Terminal

Compile the Project: Open your terminal, navigate to the project directory, and compile the Java files using:

javac *.java

Run the Application: After compilation, run the main application file using:

java [main class name]

Running on docker

To run your Java application using Docker, follow these steps:

Build the Docker Image:

docker build -t arma-sec-bank .

Run the Docker Container:

docker run arma-sec-bank

Contributing

Contributions to this project are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push to the branch.
  5. Submit a pull request

armasecbank's People

Contributors

alvarorichard avatar vitorcarvalho67 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.