Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
BinHong Lee 0b6532dd73 Updated JavaDocs and JUnit tests for all non-UI classes pirms 7 gadiem
docs Updated JavaDocs and JUnit tests for all non-UI classes pirms 7 gadiem
src Updated JavaDocs and JUnit tests for all non-UI classes pirms 7 gadiem
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes pirms 7 gadiem
README.md Added json.jar as an external resources. pirms 7 gadiem
_config.yml Set theme jekyll-theme-midnight pirms 7 gadiem
pom.xml Added JSON implementation for books pirms 7 gadiem

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