25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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