Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinHong Lee 2d9c778a24 Updated documentations to include all classes available há 7 anos
docs Updated documentations to include all classes available há 7 anos
src Now uses Maven for compile, clean and execution há 7 anos
.gitignore Now uses Maven for compile, clean and execution há 7 anos
README.md Updated documentations to include all classes available há 7 anos
pom.xml Now uses Maven for compile, clean and execution há 7 anos

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