25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BinHong Lee 2d9c778a24 Updated documentations to include all classes available 7 년 전
docs Updated documentations to include all classes available 7 년 전
src Now uses Maven for compile, clean and execution 7 년 전
.gitignore Now uses Maven for compile, clean and execution 7 년 전
README.md Updated documentations to include all classes available 7 년 전
pom.xml Now uses Maven for compile, clean and execution 7 년 전

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Any 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