You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BinHong Lee 3bfcf9cd02 Can create new book through UI, BookFactory now search for id instead of position in list пре 7 година
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem пре 7 година
src Can create new book through UI, BookFactory now search for id instead of position in list пре 7 година
.gitignore Now creates new json if it doesn't exist and allow to create new user through UI пре 7 година
README.md Added json.jar as an external resources. пре 7 година
pom.xml Added JSON implementation for books пре 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