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 4a945aec5a Now creates new json if it doesn't exist and allow to create new user through UI před 7 roky
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem před 7 roky
src Now creates new json if it doesn't exist and allow to create new user through UI před 7 roky
.gitignore Now creates new json if it doesn't exist and allow to create new user through UI před 7 roky
README.md Added json.jar as an external resources. 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