Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 810 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 810 Bytes

Biblioteca

Biblioteca is Console based Library Management System to automate various library activities. Biblioteca includes to list movies, books and can expandable to list future items. User can Checkout item as well as can checkin item. Biblioteca keep track of these actions. It manages users and based on the user it displays menu. It has login authentication system inorder to avoid unauthorized activities.

##Installation

  1. Download package and extract it.

  2. Build the package using below ant command.

ant

  1. Generate Java archive by using below ant command.

    ant jar

  2. Run JAR file using below java command.

    java -jar out/jar/Biblioteca.jar

  3. That's it. Any concerns regarding this contact me at [[email protected]] (mailto:[email protected])