An open API service indexing awesome lists of open source software.

https://github.com/dejongyeong/library-system

IT Tralee Year 2 Module: Software Engineering Project
https://github.com/dejongyeong/library-system

csharp database library-management-system oracle visual-studio

Last synced: about 2 months ago
JSON representation

IT Tralee Year 2 Module: Software Engineering Project

Awesome Lists containing this project

README

          

# Library System

IT Tralee: Year 2 Semester 2

The motivation of the proposed idea was to implement functionalities of a Library System that can be utilized by librarians. The proposed design and implementation contains the following features:

* Member CRUD operations, e.g. member registration, remove member from register, update member profile and member listing.
* Book management, e.g. insert and remove book to/from database, update book's information and book search functionality.
* Loan management, e.g. record and update loans when books are borrowed or returned.
* Financial management, e.g. record and update fines, and perform revenue analysis.

Detailed documentation are available in Documentation folder

## Programming Languages and Software Tools

* C# - MS Visual Studio IDE
* Oracle SQL Database - CRUD Operations