Skip to content

moleculemaker/CLEANDB-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •