|
123456789101112131415161718192021222324252627282930 |
- # Library System
-
- ##### NOTE: Still not working as intended.
-
- Documentations can be found [here](https://binhonglee.github.io/LibrarySystem/).
-
- ---
-
- ## Dependencies
-
- 1. [Maven Apache](https://maven.apache.org/)
- 2. [Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-
- ## Use
-
- #### - Clone this repository
- ```sh
- git clone https://github.com/binhonglee/LibrarySystem.git
- ```
-
- #### - Run the program
- ```sh
- mvn compile
- mvn exec:java
- ```
-
- #### - Run test
- ```sh
- mvn test
- ```
|