Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 643 Bytes

File metadata and controls

26 lines (17 loc) · 643 Bytes

Case Study 1

The first case study showcasing a web app built (movie ticket reservation system) to demonstrate microservice design patterns.

  • Starting the services with Docker Compose:

    ./run-services.sh --clean
  • For local testing of the backend API, run the requests in .http files under ./api-gateway-service/src/main/resources/http/*.

  • The following ports on the host machine need to be free:

    • 8099 (API gateway)
    • 8761 (Eureka server)
  • Cleaning up after shutting services down:

    docker-compose down -v
  • Load testing:

    • Plans and results: ./jmeter/
    • Analysis: ./notebooks/