Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

File metadata and controls

13 lines (8 loc) · 438 Bytes

Data Preprocessing Service

This repo contains a WebService and a MongoDB for retrieving patient cohorts data

Getting Started

  • Make sure that a MongoDB is running on port configured port (default 27017)
  • Start WebService locally with cd src && python3 api.py: will be accessible on localhost:5000 (default)
  • View Documentation with Swagger Viewer from URL: /api/swagger.json

Starting Tests

  • cd src && ./startTests.sh