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

Project developed in the scope of the subject Programação Orientada a Objetos (Object Oriented Programming) in the 2nd semester of the 2nd year of my degree.

Notifications You must be signed in to change notification settings

joaobaptista03/UMinho-Vintage-Marketplace-Java

Repository files navigation

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.

About

Project developed in the scope of the subject Programação Orientada a Objetos (Object Oriented Programming) in the 2nd semester of the 2nd year of my degree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages