Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 499 B

123456789101112131415161718192021222324252627282930
  1. # Library System
  2. ##### NOTE: Still not working as intended.
  3. Documentations can be found [here](https://binhonglee.github.io/LibrarySystem/).
  4. ---
  5. ## Dependencies
  6. 1. [Maven Apache](https://maven.apache.org/)
  7. 2. [Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
  8. ## Use
  9. #### - Clone this repository
  10. ```sh
  11. git clone https://github.com/binhonglee/LibrarySystem.git
  12. ```
  13. #### - Run the program
  14. ```sh
  15. mvn compile
  16. mvn exec:java
  17. ```
  18. #### - Run test
  19. ```sh
  20. mvn test
  21. ```