A simple console application the simulates a library with books and movies. Offers login options for predetermined members and checking out and returning library items.
============= Please have the following installed
- Java jdk 1.5
- Apache Maven 3.3.9
==========
- Checkout/download the project
- Navigate to the project directory
- Run 'mvn clean install'
=======
- In the project directory run 'mvn package'
- Run 'java -cp target/biblioteca-1.0-SNAPSHOT.jar com.twu.biblioteca.BibliotecaApp'