Developer Guide
Developer Guide: Environments
Flavours provides dedicated environments for each stage of development, ensuring seamless integration and testing without disruptions:
Environment Overview
- Development Environment: A sandbox environment where new features are built, tested, and refined before moving to production.
- Production Environment: The live platform for processing real-time transactions at active restaurants.
Development Environment
- Purpose: Provides a safe space for developers to build, experiment, and test new features without affecting live data.
- Key Features:
- Supports API development, debugging, and iteration.
- Isolated from the production environment to prevent unintended disruptions.
Production Environment
- Purpose: Live transactions and real-world usage.
- Key Features:
- Handles actual data and transactions for active restaurants.
- Isolated from the production environment to prevent unintended disruptions.
By understanding these environments and their distinct purposes, you'll ensure a smooth integration process and successful deployment of your API integration.
Last modified: 4 days ago