Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
BinHong Lee 74784513c7 Settings now allow custom title and save file names. pirms 7 gadiem
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem pirms 7 gadiem
src Settings now allow custom title and save file names. pirms 7 gadiem
.gitignore Settings now allow custom title and save file names. pirms 7 gadiem
README.md Added json.jar as an external resources. pirms 7 gadiem
pom.xml Added JSON implementation for books pirms 7 gadiem

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