Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinHong Lee 0b6532dd73 Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
docs Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
src Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
README.md Added json.jar as an external resources. há 7 anos
_config.yml Set theme jekyll-theme-midnight há 7 anos
pom.xml Added JSON implementation for books há 7 anos

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