|
1234567891011121314151617181920212223242526272829303132 |
- # Library System
-
- [![Build Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem)
- [![codecov](https://codecov.io/gh/binhonglee/LibrarySystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/LibrarySystem)
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE)
-
- API Documentations can be found [here](https://binhonglee.github.io/LibrarySystem/docs).
-
- ---
-
- ## 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
- ```
|