Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 726 Bytes

Bookstore Management System

This is a C# Windows Forms application for managing bookstore data, built with SQL Server. It allows you to insert, view, edit, and delete books, customers, and orders.

Features

  • Insert Default Data: Pre-fill the database with sample books, customers, and orders.
  • Manage Books: View, add, edit, and delete books from the database.
  • Manage Customers: View customer information.
  • Orders: View and manage orders (future feature).

Getting Started

  1. Set up a SQL Server instance and update the connection string in BaseRepository.cs.
  2. Run the project in Visual Studio to initialize the database and use the application.

Requirements

  • Visual Studio
  • SQL Server