nikhilsu / biblioteca

Library management system for a OOP design exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Implemented a simple Library Management System for a Design exercise.

Dependencies

  • JDK(1.6 or higher)
  • Apache Ant
  • JUnit(included under lib)
  • Hamcrest(included under lib)

Downloading and installing dependencies

  • For Mac OS X

    • if homebrew is installed
      • Open terminal
      • Install ant by running the Methods
          brew update
          brew install ant
    • if homebrew is not installed
      • Open terminal
      • Install homebrew by running the Method
          ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      • Then install ant using the Method
          brew install ant
  • For Linux OS

    • Open terminal
    • Install ant by running the Method
        sudo apt-get install ant
  • For Windows OS

Steps to Build:

  1. Set present working directory to Project directory.
  2. Run the following Method
   ant

About

Library management system for a OOP design exercise


Languages

Language:Java 100.0%