Skip to main content

22 docs tagged with "tutorial"

View all tags

Keploy with PetClinic

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

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 Movie Management App (Sanic + Mongo)

This application is a simple movie management API built using Python's Sanic framework and MongoDB for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on Movie records.