library-management-system

mikayelgr/library-management-system

Java-based Library Management System developed as the final project for the Object-Oriented Programming (CS120) course at the American University of Armenia.

Java Stars: 0 Forks: 0 License: MIT Education

Summary

A Java-based library management system developed as a final OOP course project. It features a CLI interface, user authentication, CRUD operations for books and users, borrowing/returning functionality, and uses JSON serialization via Gson for data persistence. The project includes UML diagrams, Gradle build configuration, and is structured as a multi-class educational application.

Similar Projects