Website to manage books in a library with many functionalities such as: Adding books, authors and searching...
MySQLversion 5.6 or up is required,Glassfishserver is also required.
- Run this to clone this repo executable:
$ git clone https://github.com/ouadjih/bibliotheque- Change to the project directory:
$ cd bibliotheque- Import the database (create a database first using mysql):
$ mysql -D [your database] < database.sql- Next steps would be to import the project into netbeans and running it:
$ cd .. && netbeans ./bibliotheque