Skip to content

📂 Powers investigator-driven data staging. Backend for Data Tracker app

License

Notifications You must be signed in to change notification settings

kids-first/kf-api-study-creator

Repository files navigation

study creator logo

Kids First Study Creator

Create studies and upload files for ingestion into the Kids First datamodel.

Development Quick Start

To get started developing, bring up the service with docker compose:

# If you haven't already, create the kf-data-stack network
docker network create kf-data-stack

# Bring up the study creator API
docker-compose up

Some mock data will automatically be loaded upon starting for immediate use of the api.

The graphql endpoint and GraphiQL interface is available at http://localhost:5002/graphql

Documentation

The below will build and auto-reload the documentation found within the docs/ directory:

sphinx-autobuild docs/ build -p 8000