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 716cb581c1 Added .codecov.yml пре 7 година
docs Updated JavaDocs and JUnit tests for all non-UI classes пре 7 година
src Updated JavaDocs and JUnit tests for all non-UI classes пре 7 година
.codecov.yml Added .codecov.yml пре 7 година
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes пре 7 година
.travis.yml Separate linux JDK tests to 2 jobs пре 7 година
LICENSE Added Travis-CI, codecov and LICENSE file пре 7 година
README.md Added Travis-CI, codecov and LICENSE file пре 7 година
_config.yml Set theme jekyll-theme-midnight пре 7 година
pom.xml Deploy first pre-release пре 7 година

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