Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.52 KB

README.md

File metadata and controls

75 lines (40 loc) · 1.52 KB

Library Manager CLI (C#)

A command-line interface (CLI) library management system for efficiently managing books, members, and transactions in your library.

Note: This project developed for Windows.


How to add Terminal.Gui

To add Terminal.Gui to the project, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the project directory.

  3. Run the following command:

    dotnet add package Terminal.Gui --version 1.14.0
    

How to add System.Data.SQLite

To add System.Data.SQLite to the project, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the project directory.

  3. Run the following command:

    dotnet add package System.Data.SQLite --version 1.0.118
    

How to run the project

To run a .NET C# file, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the project directory.

  3. Run the following command to compile and run the C# file using the .NET CLI:

    dotnet run Program.cs
    

How to Create an Executable (.exe) File

To create an executable (.exe) file for this project, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the project directory.

  3. Run the following command:

    dotnet publish -c Release -r win-x64
    

Application GUI

Main Screen

Add Books Screen

Add Members Screen