@@ -22,8 +22,6 @@ Make sure you have `Docker` and `Docker Compose` installed.
* Run `mvn clean install` in the root directory of the project.
* Run `mvn spring-boot:run` in the directory of the module (harvest-management, wine-production, inventory-management, customer-service folders)
### Run the scenario:
* docker run -p 8089:8089 -v $PWD:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py^
### Team members:
@@ -35,6 +33,14 @@ Make sure you have `Docker` and `Docker Compose` installed.
### Project description:
Create an information system that will allow a person to manage its own winery in a better way. The main user role can manage the yearly wine harvest, annotating the quality, quantity of different types of grapes. Then he will manage the wines that can be produced depending on the type of grapes available and other ingredients. The user can also manage the list of wine bottles sold and stocked and available to buyers. Buyers can consult the system to buy quantities of wine bottles, also leaving feedback about the quality of the wine they have bought.
### How to run seed
Go to main project directory.
Firstly it is advised to clean all tables.
* Firstly, we advise to clean all data `bash database-management/clean-all.sh`
* After you can run seed by `bash database-management/seed-all.sh`
### How to run you scenario
Go to main project directory and run`python scenario.py`
### Diagrams:
#### Use case:
@@ -45,3 +51,6 @@ Create an information system that will allow a person to manage its own winery i