A Library Management System that covers all the specifications required to administer libraries. It requires Admin and Librarians to login initially and perform their specified tasks.
- Admin
~ Add Librarian
~ View Librarian
~ Edit Librarian
~ Delete Librarian
~ Logout - Librarian
~ Add Book
~ View Book
~ Issue Book
~ View Issued Book
~ Return Book
~ Logout
Admin Section | Librarian Section |
---|---|
- Servlet
- JDBC
- HTML, CSS
- JSP
- Oracle
IDE used : Eclipse [Enterprise Edition]
-
Clone the repository.
-
Import following jar files to the project:
- Servlet jar file
- Oracle DB jar file
-
You can see commands from oracle.txt to create each table manually in Oracle database.
-
Run the project on server.
-
To login as admin, use :
Email: [email protected]
,Password: 123456
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details