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 година
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
  7. 2. Any JDK
  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. ```