Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.3 KB

README.md

File metadata and controls

51 lines (32 loc) · 2.3 KB

🏦 ByteBank Alura 🏦

Preview

About the Project

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.

Features

  • 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

Technologies Used

C#  .NET 

How to Use

After cloning the repository, navigate to the project directory and run the following commands:

To build the project:

Build Project

To run the project:

Run Project

To generate random PIX keys:

Generate Random PIX Keys

Connect with Me

Twitter LinkedIn GitHub Personal Website Instagram

Made with 💜 by @designtechti490