Ви не можете вибрати більше 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