Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 540 Bytes

✏️ Lirary Automation Desktop Application

This project was developed as a basic library automation for understanding how the database works. It was also presented as a project assignment of the database management systems lecture. It was developed using C# and MSSQL.

⚙️ Install

Clone the project to your computer.

> git clone https://github.com/burakyzn/library-automation-desktop.git

Run the database>database_create.sql file in MSSQL to create the database. After that you can open the project using the .sln file.