/twu-biblioteca-natalia

Primary LanguageJavaApache License 2.0Apache-2.0

Biblioteca App

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.

Prerequisites

============= Please have the following installed

  • Java jdk 1.5
  • Apache Maven 3.3.9

Installing

==========

  1. Checkout/download the project
  2. Navigate to the project directory
  3. Run 'mvn clean install'

Running

=======

  1. In the project directory run 'mvn package'
  2. Run 'java -cp target/biblioteca-1.0-SNAPSHOT.jar com.twu.biblioteca.BibliotecaApp'