A FastAPI application providing access to enzyme kinetic data from the CLEAN database.
-
Clone the repository:
-
Configure environment variables:
cp .env.example .env # Edit .env file with your database credentials if needed
-
Forward DB service:
kubectl port-forward -n moldb service/moldb-postgres-rw 5433:5432
-
Build and start the services:
docker-compose up -d
-
Access the API documentation at http://localhost:8000/api/v1/docs or http://localhost:8000/api/v1/redoc