Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
BinHong Lee 0b6532dd73 Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
docs Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
src Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
README.md Added json.jar as an external resources. před 7 roky
_config.yml Set theme jekyll-theme-midnight před 7 roky
pom.xml Added JSON implementation for books před 7 roky

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle 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