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

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.

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=