Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 999 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 999 Bytes

Dotnet Minify Url

Dotnet 9 URL Shortener REST API Project example with MongoDB

Architecture

Dotnet Minfiy Url Architecture

Dependencies

How to run

  • Clone the repository with git clone
  • Go to the project current directory
  • Run docker-compose up -d to start MongoDB and Redis and the project

Load Test With K6

  • Install K6 with brew install k6 or choco install k6 or go to K6 Download
  • Open Terminal on the project directory
  • Go to test/LoadTestK6 directory
  • Run k6 run regular_load_test.js to run the regular load test
  • Run k6 run progressive_load_test.js to run the progressive load test