Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

1234567891011121314151617181920212223242526272829303132
  1. # Library System
  2. [![Build Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem)
  3. [![codecov](https://codecov.io/gh/binhonglee/LibrarySystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/LibrarySystem)
  4. [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE)
  5. API Documentations can be found [here](https://binhonglee.github.io/LibrarySystem/docs).
  6. ---
  7. ## Dependencies
  8. 1. [Maven Apache](https://maven.apache.org/)
  9. 2. [Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
  10. ## Use
  11. #### - Clone this repository
  12. ```sh
  13. git clone https://github.com/binhonglee/LibrarySystem.git
  14. ```
  15. #### - Run the program
  16. ```sh
  17. mvn compile
  18. mvn exec:java
  19. ```
  20. #### - Run test
  21. ```sh
  22. mvn test
  23. ```