/cam-api

Web API implementation for the AOP-CAM Knowledge Provider for NCATS Data Translator

Primary LanguagePython

REST API for the Pathways Provider

REST API providing ReasonerStdAPI access to the Pathways Provider CAM database. Access Swagger UI at http://HOST:6434/docs.

Installation

Local Installation

pip install -r requirements

Docker Installation

docker build -t cam_api .

Deployment

Local Deployment

./main.sh

Docker Deployment

docker run -p 6434:6434 --name cam_api -d cam_api