It's a library management software in java for admin uses which perform several operation used in the library.
- Login and Sign Up for admin.
- Add a book to library.
- Add a member in library.
- Can show all the books and all members added in library.
- Can Issue a book to member.
- Renew and Submit book.
- Calculate fine on submission of book using preferences set by admin.
This application use a http server for sending request and recieving responses . The Http server is created by using spring boot.
** Code of server is commited in other branch named springServer.*****
- Java 2. JavaFx 3. JFeonix 4. Mysql 5. Spring Boot



