@@ -87,22 +87,23 @@ 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.
- Starting locust:
- Starting locust (while running all system modules):
~~~console
cd ./application
docker-compose up
locust
~~~
- Navigate to [http://localhost:8089/](http://localhost:8089/)
- Enter following data for showcasing the app usage
- Number of users: 5
- Navigate to http://localhost:8089
- Enter following data for basic showcasing the app usage
- Number of users: 3
- Spawn rate: 1
- Host: http://localhost:5000
- Host: http://localhost:8081
- Token: retrievable from http://localhost:8080/token
- Enter following data for simulating high system load
- Number of users: 250 (or more)
- Number of users: 60 (or try more)
- Spawn rate: 5
- Host: http://localhost:5000
- Host: http://localhost:8081
- Token: retrievable from http://localhost:8080/token
- Switch tabs to explore the current state of the API