Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
BinHong Lee ee8f91c85e Added users.json and basic UI implementation 7 лет назад
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7 лет назад
src Added users.json and basic UI implementation 7 лет назад
.gitignore Added json.jar as an external resources. 7 лет назад
README.md Added json.jar as an external resources. 7 лет назад
books.json Added users.json and basic UI implementation 7 лет назад
pom.xml Added JSON implementation for books 7 лет назад
users.json Added users.json and basic UI implementation 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