Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
BinHong Lee c6f00392b2 Changed table of content to table format il y a 7 ans
docs Changed table of content to table format il y a 7 ans
src Now uses Maven for compile, clean and execution il y a 7 ans
.gitignore Now uses Maven for compile, clean and execution il y a 7 ans
README.md Updated documentations to include all classes available il y a 7 ans
pom.xml Now uses Maven for compile, clean and execution il y a 7 ans

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Any JDK

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test