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.

README.md 1.0 KiB

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