/adc-api-js-mongodb

ADC API with JavaScript implementation for MongoDB

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

AIRR Data Commons (ADC) API reference implementation

JavaScript REST API implementation for MongoDB database repository using swagger middleware.

Bug Reporting

File issues at the top-level ADC API github repository.

Configuration setup

Create and update environment file with appropriate settings. These settings get passed to the docker container.

cp .env.defaults .env

Development setup

Normally you do not build the docker image directly but instead use docker-compose at the higher-level to compose all the services together.