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
- Host: GitHub
- URL: https://github.com/dejongyeong/library-system
- Owner: dejongyeong
- Created: 2019-05-31T18:28:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T18:46:24.000Z (about 7 years ago)
- Last Synced: 2025-04-12T05:00:05.156Z (about 1 year ago)
- Topics: csharp, database, library-management-system, oracle, visual-studio
- Language: C#
- Homepage:
- Size: 8.95 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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