Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunoliratm/marketone-facol
This repository contains a code for a Market system implemented in JAVA as part of a project for my college.
https://github.com/brunoliratm/marketone-facol
java
Last synced: 28 days ago
JSON representation
This repository contains a code for a Market system implemented in JAVA as part of a project for my college.
- Host: GitHub
- URL: https://github.com/brunoliratm/marketone-facol
- Owner: brunoliratm
- License: mit
- Created: 2023-09-23T18:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T15:01:04.000Z (3 months ago)
- Last Synced: 2024-11-30T17:55:22.282Z (about 1 month ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the source code for MarketONE, a market system implemented in Java as part of a ๐ซcollege project at UNIFACOL.
## ๐ป Project Overview
MarketONE is a Java-based application that simulates a comprehensive market system. It provides users with a user-friendly interface to perform various tasks, including:
- Product Management:
- Adding new products to the marketplace
- Editing existing product details
- Removing products from the system
- Viewing a detailed list of all available products
- Shopping Cart Functionality:
- Adding and removing products from the shopping cart
- Calculating the total cost of items in the cart
- Applying discounts or coupons
- Finalizing purchases
- User Accounts:
- Creating and managing customer accounts
- Tracking purchase history and order details
- Providing secure login and password management
- Employee Management (if applicable):
- Adding and removing employees
- Assigning roles and permissions
- Managing employee schedules and tasksMarketONE offers a robust and efficient solution for both customers and businesses, providing a seamless online shopping experience.
## ๐ Installation and Usage
**Prerequisites:**
* Java Development Kit (JDK) version 22 or above ([ JDK Download ](https://www.oracle.com/java/technologies/downloads/))
**Instructions:**
1. Clone this repository:
```bash
git clone https://brunoliratm/MarketONE-UNIFACOL.git
2. Navigate to the project directory:
```bash
cd MarketONE-UNIFACOL
3. Execute `Main.java`## ๐งฎ Diagram
Aplication Diagram
## ๐ค Contributing
If you'd like to contribute to this project, feel free to:- Fork the repository.
- Create a new branch for your changes.
- Implement your modifications.
- Submit a pull request for review.## โ๏ธ License
This project is licensed under the [MIT License](LICENSE).