- Create .gitignore to exclude virtual environments and generated reports
- Add README.md with detailed instructions for load testing
- Implement locustfile.py to simulate user behavior for students and teachers
- Define user classes: FrontendUser, StudentUser, TeacherUser, and APIStressTest
- Include requirements.txt for Locust and Faker dependencies
- Develop run.sh script for easy execution of load tests with virtual environment setup