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.
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.