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.

пре 7 година
пре 7 година
пре 7 година
пре 7 година
123456789101112131415161718192021222324252627282930313233
  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. 3. [Kotlin](https://kotlinlang.org/)
  11. ## Use
  12. #### - Clone this repository
  13. ```sh
  14. git clone https://github.com/binhonglee/LibrarySystem.git
  15. ```
  16. #### - Run the program
  17. ```sh
  18. mvn compile
  19. mvn exec:java
  20. ```
  21. #### - Run test
  22. ```sh
  23. mvn test
  24. ```