Skip to content

miratpc/Bookstore-Database-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages