Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 581 Bytes

File metadata and controls

24 lines (18 loc) · 581 Bytes

CLEAN Data API

A FastAPI application providing access to enzyme kinetic data from the CLEAN database.

Local Setup

  1. Clone the repository:

  2. Configure environment variables:

    cp .env.example .env
    # Edit .env file with your database credentials if needed
  3. Forward DB service:

    kubectl port-forward -n moldb service/moldb-postgres-rw 5433:5432
  4. Build and start the services:

    docker-compose up -d
  5. Access the API documentation at http://localhost:8000/api/v1/docs or http://localhost:8000/api/v1/redoc