選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
BinHong Lee 7f6185bcef Added more buttons! 7年前
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7年前
src Added more buttons! 7年前
.gitignore Added json.jar as an external resources. 7年前
README.md Added json.jar as an external resources. 7年前
books.json Rent and return are now both working features 7年前
pom.xml Added JSON implementation for books 7年前
users.json Rent and return are now both working features 7年前

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