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 4d8541b6b2 Converted UserFactoryTest to kotlin 7 jaren geleden
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 jaren geleden
src Converted UserFactoryTest to kotlin 7 jaren geleden
.codecov.yml Added .codecov.yml 7 jaren geleden
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 jaren geleden
.travis.yml Converted User class to Kotlin 7 jaren geleden
LICENSE Added Travis-CI, codecov and LICENSE file 7 jaren geleden
README.md Added Travis-CI, codecov and LICENSE file 7 jaren geleden
_config.yml Set theme jekyll-theme-midnight 7 jaren geleden
pom.xml Converted BookTest and UserTest to Kotlin 7 jaren geleden

README.md

Library System

Build Status codecov MIT License

API 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