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.
Prerequisites:
- Java JDK 11 or higher.
Installation Steps:
-
Clone the repository to your local machine:
git clone https://github.com/joaobaptista03/UMinho-Vintage-Marketplace-Java
-
Navigate to the cloned project folder.
cd UMinho-Vintage-Marketplace-Java
-
Compile the source code (example using javac):
javac Main.java
-
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.