Scenario script
Define one runnable scenario to showcase the system: think about simulated number of users accessing the services with some specific goals - You can do this by implementing a script or using tools such as locust.io (https://locust.io/), JMeter (https://jmeter.apache.org/), or any platform that can be useful to represent users' behaviour;
udelat python script
Describe in the README the scenario and the goals (e.g., showcasing high loads on one service during peak times) and what are the expected results; The README must contain all the instructions to run the application and the provided runnable scenario (i.e. for a script: the script itself and instructions on how to run it);
There must be a way to seed and clear the databases of your microservices. The data should also look somewhat realistic (no "AAAAAA" for names etc.)