This project consists on a .NET Console Application in order to simulate a simplified bank management system. The functionalities cover clients, employees and bank transactions.
To run this project, you must have .NET 6 installed in your machine
To run the application locally, you must follow the instructions below:
-
Clone the repository:
git clone https://github.com/gabao55/Ada-Credit.git
-
Open the cloned repository:
cd Ada-Credit/
-
Run the initialization command:
dotnet run --project
-
For first access, use the following credentials:
username: *user* password: *pass*
-
Change your credentials:
-
Decide if you want to populate the database with fake data for testing (in case you want, type "y", otherwise, type "n", than hit Enter key).