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 7f6185bcef Added more buttons! před 7 roky
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem před 7 roky
src Added more buttons! před 7 roky
.gitignore Added json.jar as an external resources. před 7 roky
README.md Added json.jar as an external resources. před 7 roky
books.json Rent and return are now both working features před 7 roky
pom.xml Added JSON implementation for books před 7 roky
users.json Rent and return are now both working features 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