Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clothes Database App 👚​ 

Clothes Database App is designed to manage a second-hand clothing database.
It allows users to perform various operations related to the available clothing items, users, and sales.
It provides a command-line interface for users to interact with the database. When you run the program, it displays a menu with different options.

How it works

The application starts by presenting a menu to the user.

For example, if the user selects option 1, the program displays a list of available clothing items.

If the user selects option 2, the program guides them through the process of purchasing an item and updates the data accordingly.

Languages

  • Java

What i used

  • Java
  • JDK 20 i opted for the Java Development Kit 20

Installation

First of all, you need JDK installed. If you don't have it, you can download it here: JDK 20
And be sure to set the Java Path currectly, if you want you can follow this easy tutorial: How to set java classpath in windows 10/11

1 - Clone the repository

git clone https://github.com/R3ddy95/ClothesDatabaseApp.git

2 - Compile the class files

Open the directory folder where you cloned the repo, and digit this in the command line (You can use Visual Studio Code, Eclipe or the CMD):

javac MainApp.java

3 - Create the JAR file

After compiling the files, run this command to create the JAR file:

jar cfm ClothesDatabaseApp.jar manifest.txt MainApp.class controller/*.class model/*.class server/*.class

4 - Run it!

java -jar ClothesDatabaseApp.jar

License

MIT

Contact Me

My Email: edoardo.vitagliano3@gmail.com
You can find my Linkedin profile here: https://www.linkedin.com/in/edoardo-vitagliano-299737110/

About

A Database made in Java that allows users to perform various operations related to the available clothing items, users, and sales

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors