Simple swing application that allows you to manage the library. The application provides for 3 types of users: -Owner has access to everything, owner can manage users -Admin can not manage users -Simple user can not manage users, he also can not issue/return book In book list you can filter books by name or description and between two dates In student list you can filter students by name or surname
- Login
- Dashboard
- Display students list
- Display books list
- Manage Users
- Manage genres
- Manage authors
- Issue book
- Return book
- Add student
- Add book
- Delete student
- Delete book
- Display book information
- Display student information
- Display informations about library
- Edit book information
- Edit student information
Download repository, configure connection with your mysqldatabase in db class and make database with script.sql file
- Java version 11
- Swing

















