This project is a simple banking system developed using C# and .NET. It allows users to create, list, remove, order, search and export bank accounts. The bytebank_modelos
project also allow to create DLLs to be used in the main project and had another project to generate random PIX keys.
At the end, was created a Nuget Package to share with others Devs a feature to Generate Random Pix Keys. The project is part of the Alura course "C#: Criando e distribuindo bibliotecas em .NET" taught by André Bessa.
- Create new accounts
- List all accounts
- Remove accounts
- Order accounts
- Search accounts
- Export accounts to JSON file (with Newtonsoft.Json Nuget Package)
- Create DLLs to be used in other projects
- Generate random PIX keys
After cloning the repository, navigate to the project directory and run the following commands:
To build the project:
To run the project:
To generate random PIX keys:
Made with 💜 by @designtechti490