Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zingzing001/project_venuemanager
- Owner: ZingZing001
- Created: 2024-07-17T10:13:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T07:09:52.000Z (6 months ago)
- Last Synced: 2024-11-24T05:09:15.961Z (2 months ago)
- Topics: java, maven
- Language: Java
- Homepage:
- Size: 6.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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