This is a group project made by:
during our specialization in Backend with Java at IT ACADEMY.
This project is an application for managing the catalog of various florist shops, allowing users to create purchase tickets to place orders.
- Create a florist shop with a name.
- Add a tree with a height and a price.
- Add a flower with a color and a price.
- Add decoration with a type of material (wood or plastic) and a price.
- View the stock of all the products that the florist shop has.
- Remove a tree, a flower, or decoration from the stock.
- Print the stock by screen with the quantities of each product.
- Print the total value of the florist shop by screen.
- Create purchase tickets with multiple products.
- View a list of past purchases made.
- Display the total amount of money earned with all sales.
- Download or clone the project repository.
- Open the project in your Java development environment.
- Run the Main.java file in your Java development environment.
- Follow the on-screen instructions to interact with the program.