Vintage is a simple console program made for Object Oriented Programming class.
Inpired by the website Vinted, it allows the user to sell clothes, as well as buy them from other users.
Vintage uses Java, Gradle to manage dependencies and JUnit for unit testing.
- Java 17
- Git
git clone https://github.com/chicoferreira/Projeto-POO-2223
cd Projeto-POO-2223
./gradlew build
You can find the built jar file in build/libs
. To run it, use java -jar build/libs/<generated jar>
.