Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
BinHong Lee 4a945aec5a Now creates new json if it doesn't exist and allow to create new user through UI vor 7 Jahren
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem vor 7 Jahren
src Now creates new json if it doesn't exist and allow to create new user through UI vor 7 Jahren
.gitignore Now creates new json if it doesn't exist and allow to create new user through UI vor 7 Jahren
README.md Added json.jar as an external resources. vor 7 Jahren
pom.xml Added JSON implementation for books vor 7 Jahren

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