https://github.com/valda1/libraryproject
Library management system project in Java.
https://github.com/valda1/libraryproject
books database java library-management-system sql
Last synced: about 2 months ago
JSON representation
Library management system project in Java.
- Host: GitHub
- URL: https://github.com/valda1/libraryproject
- Owner: Valda1
- Created: 2022-08-23T14:34:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T04:47:31.000Z (almost 4 years ago)
- Last Synced: 2025-05-28T07:48:40.916Z (about 1 year ago)
- Topics: books, database, java, library-management-system, sql
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework
# A library management system
It is possible to view, add, delete, update and remove books;
It is possible to borrow books from library;
If a user already borrowed a book, it should not be possible to borrow another copy of the same book;
All books are stored in Database;
It is possible to see the currently borrowed books;
It is be possible to return borrowed books.
# database.properties file consists of:
database.username=
database.password=
database.host=
database.port=
database.DB=