Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 982 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 982 Bytes

Vintage

Description

Vintage is an online marketplace management system focused on various articles, where users can sell, buy, and manage orders. This Java project includes classes for handling articles, orders, users, and carriers, providing a solid foundation for an e-commerce application.

Installation

Prerequisites:

  • Java JDK 11 or higher.

Installation Steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/joaobaptista03/UMinho-Vintage-Marketplace-Java
  2. Navigate to the cloned project folder.

    cd UMinho-Vintage-Marketplace-Java
  3. Compile the source code (example using javac):

    javac Main.java
  4. Run the following command in the terminal:

    java Main

The program will launch an interactive system where users can perform various operations related to the management of articles, orders, and users.