Skip to main content

26 docs tagged with "examples"

View all tags

E-commerce Microservices

The following sample microservices app shows how Keploy helps you test microservices applications. In the sample microservices app, we have 3 microservices:user service, product service, and order service, each with its own MySQL database, plus LocalStack SQS for messaging.

Keploy with OpenHospital

The following sample app showcases how to use Keploy and create test cases and mocks for popular spring-boot java application.

Mux MySQL Sample Application

Record and replay API tests for a Go Gorilla/Mux app backed by MySQL using Keploy — capture real traffic and generate test cases with mocks.

Node.js MongoDB Sample

Record and replay API tests for a Node.js + MongoDB CRUD app with Keploy — capture real traffic and generate testcases with mocks.

Sample Library App (Flask + Redis)

This application is a simple Library API built using Flask and Redis for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.

Sample SMS Sending App

The following sample app showcases how to use the FastAPI framework with Twilio's SMS Service and the Keploy Platform.