Skip to content

This java based application is designed to manage venues, bookings, and additional services efficiently

Notifications You must be signed in to change notification settings

ZingZing001/Project_VenueManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VenueManager Project

Welcome to the VenueManager project! This application is designed to manage venues, bookings, and additional services efficiently.

Table of Contents

Introduction

The VenueManager project is a comprehensive solution for managing venue bookings and additional services such as catering and music. The project emphasizes object-oriented programming principles including inheritance, polymorphism, and encapsulation.

Features

  • Venue Management: Add, edit, and delete venues.
  • Booking Management: Create and manage bookings.
  • Service Management: Add and manage services like catering and music.
  • Terminal Interface: Interact with the system via a command-line interface.

Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository
    git clone https://github.com/ZingZing001/Project_VenueManager.git
    
  2. Navigate to the project directory
    cd Project_VenueManager
    
  3. Run the program: For Mac:
./mvnw clean javafx:run

For Windows:

.\mvnw.cmd clean javafx:run

Usage

Once the application is running, you can interact with it via the terminal interface. Follow the prompts to manage venues, bookings, and services.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Fork the Project

  1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Push to the Branch (git push origin feature/AmazingFeature)
  4. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Developed by Johnson Zhang

About

This java based application is designed to manage venues, bookings, and additional services efficiently

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages