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 3bfcf9cd02 Can create new book through UI, BookFactory now search for id instead of position in list há 7 anos
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem há 7 anos
src Can create new book through UI, BookFactory now search for id instead of position in list há 7 anos
.gitignore Now creates new json if it doesn't exist and allow to create new user through UI há 7 anos
README.md Added json.jar as an external resources. há 7 anos
pom.xml Added JSON implementation for books há 7 anos

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