Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 708 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 708 Bytes

Publish Docker Image

🧪 Vements Substitute Server

The substitute server or sub server provides a basic, memory-based implementation of the Vements REST API. This server is used in development and used in CI/CD to provide a simple, fast, and reliable point for testing.

🎯 How It Works

The sub server is a simple Python+Flask server that provides a simplified API. Refer to the source for details.