LibrarySystem

Simple Java app that can help run physical library


Project maintained by binhonglee Hosted on GitHub Pages — Theme by mattgraham

Library System

TravisCI Status Drone Status codecov MIT License

API Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle JDK
  3. Kotlin

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test