Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
BinHong Lee 76017c0d0d Added JSON implementation for books 7 lat temu
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7 lat temu
src Added JSON implementation for books 7 lat temu
.gitignore Added json.jar as an external resources. 7 lat temu
README.md Added json.jar as an external resources. 7 lat temu
books.json Added JSON implementation for books 7 lat temu
pom.xml Added JSON implementation for books 7 lat temu

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