The Project implements the Java Servlet Programming to create the eLibrary Platform.
Admin Credentials username: admin@gmail.com password: admin123
Librarian Credentials username: dip@gmail.com password: dip123
- Locate the folder named database inside which there exists a file named elibary.sql
- Create new database named elibrary
- Select the database file and Go to the SQL menu in your database.
- Copy all the text from the elibrary.sql file and Execute the command.
- After executing the command, you'll see 3 tables named as e_book, e_issuebook and e_library.
Hurray You're done with setting up the database.
- Create a new project named eLibrary
- Copy the contents of web of downloaded folder to your project folder's web
- Copy the contents of src/java of downloaded folder to your project folder's src/java
- In the Libraries add mysqlconnector.jar from your computer.
- You can download the mysql connector from here