Getting Started
Prerequisites
- Python 3.11+
- pip
- Virtual environment (recommended)
Installation
1. Clone the Repository
git clone <repository-url>
cd aquagenapi
2. Create Virtual Environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
3. Install Dependencies
pip install -r requirements.txt
4. Configuration
Set up your environment variables or Azure Key Vault secrets.
See Configuration Guide for details.
5. Run the Application
python app.py
The application will start on http://localhost:5001