Skip to content

Database project used for managing imaginary library catalog system

License

Notifications You must be signed in to change notification settings

CenturionTheMan/LibraryCatalogSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LibraryCatalogSystem

.NET Framework project used for managing imaginary library catalog system

image

Requirements

Entire project was developed using Visual Studio IDE. Two workloads are especially needed:

  • .NET desktop development
    • Components needed for developing Windows Forms applications
  • Data storage and processing
    • SQL Server Data Tools

Project Initialization

In order to compile application first database need to be initialized.

Database Initialization:

  1. Set LibraryCatalogSystemDatabase project as startup project.
  2. Compile solution.
  3. Publish database (using LibraryDatabase.publish.xml from "Publish" folder)
  4. Set LibraryWinFormsApp as startup project.
  5. Initialization is done.

Account Creation

In order to create employee account use "EmployeeKey" as key.
Customer account do not need any key.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms of the license.

About

Database project used for managing imaginary library catalog system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published