25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
BinHong Lee 7f6185bcef Added more buttons! 7 yıl önce
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7 yıl önce
src Added more buttons! 7 yıl önce
.gitignore Added json.jar as an external resources. 7 yıl önce
README.md Added json.jar as an external resources. 7 yıl önce
books.json Rent and return are now both working features 7 yıl önce
pom.xml Added JSON implementation for books 7 yıl önce
users.json Rent and return are now both working features 7 yıl önce

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