This project represents a complete banking system, equipped with all the functionalities of a traditional ATM. of a traditional ATM. Simulating transactions, creating accounts and so on...
O projeto foi desenvolvido durante o Bootcamp da Generation, onde simula um sistema bancário completo, incorporando funcionalidades essenciais utilizadas por instituições financeiras. Foi concebido com o objetivo de consolidar os fundamentos de Lógica de Programação, Programação Orientada a Objetos (POO) e operações CRUD.
The project was developed during the Generation Bootcamp, simulating a complete banking
system that incorporates essential functionalities used by financial institutions. It was designed
with the aim of consolidating the fundamentals of Programming Logic, Object-Oriented Programming (OOP), and
CRUD operations.
You should already have one of these Java IDEs installed
The system operates via a menu that contains all the functions of a banking system. The user must enter a number to select one of the options available in the menu. All data is stored locally in memory.