No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 313 B

12345678910111213141516171819202122232425262728
  1. # Library System
  2. ##### NOTE: Still not working as intended.
  3. ---
  4. ## Dependencies
  5. 1. Maven Apache
  6. 2. Any JDK
  7. ## Use
  8. #### - Clone this repository
  9. ```sh
  10. git clone https://github.com/binhonglee/LibrarySystem.git
  11. ```
  12. #### - Run the program
  13. ```sh
  14. mvn compile
  15. mvn exec:java
  16. ```
  17. #### - Run test
  18. ```sh
  19. mvn test
  20. ```