A command-line interface (CLI) library management system for efficiently managing books, members, and transactions in your library.
Note: This project developed for Windows.
To add Terminal.Gui to the project, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
dotnet add package Terminal.Gui --version 1.14.0
To add System.Data.SQLite to the project, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
dotnet add package System.Data.SQLite --version 1.0.118
To run a .NET C# file, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command to compile and run the C# file using the .NET CLI:
dotnet run Program.cs
To create an executable (.exe) file for this project, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
dotnet publish -c Release -r win-x64