@@ -87,13 +87,20 @@ After enrolling in the courses, the students browse through the list of lectures
...
@@ -87,13 +87,20 @@ After enrolling in the courses, the students browse through the list of lectures
_**tldr;**_ scenario mimics the _cliché_ school system lecture/course enrollment process, where students _fight_ against others for any available seats in courses and lectures they are interested in. It also demonstrates the ability of the system to handle multiple users simultaneously, ensuring that the enrollment process is seamless and hassle-free.
_**tldr;**_ scenario mimics the _cliché_ school system lecture/course enrollment process, where students _fight_ against others for any available seats in courses and lectures they are interested in. It also demonstrates the ability of the system to handle multiple users simultaneously, ensuring that the enrollment process is seamless and hassle-free.
-**Running the scenario**:
-Starting locust:
~~~console
~~~console
cd ./application
cd ./application
docker-compose up
docker-compose up
locust
locust
~~~
~~~
- Navigate to [http://localhost:8089/](http://localhost:8089/)
- Enter following data
- Number of users: 250
- Spawn rate: 5
- Host: http://localhost:5000
- Switch tabs to explore the current state of the API