Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zingzing001/project_venuemanager

This java based application is designed to manage venues, bookings, and additional services efficiently
https://github.com/zingzing001/project_venuemanager

java maven

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# VenueManager Project

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

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## 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**
```sh
git clone https://github.com/ZingZing001/Project_VenueManager.git

2. **Navigate to the project directory**
```sh
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