Dotnet 9 URL Shortener REST API Project example with MongoDB
- Clone the repository with 
git clone - Go to the project current directory
 - Run 
docker-compose up -dto start MongoDB and Redis and the project 
- Install K6 with 
brew install k6orchoco install k6or go to K6 Download - Open Terminal on the project directory
 - Go to 
test/LoadTestK6directory - Run 
k6 run regular_load_test.jsto run the regular load test - Run 
k6 run progressive_load_test.jsto run the progressive load test 
