Skip to content

Versatile query builder designed to simplify data retrieval from healthcare protocols like FHIR and OpenEHR using MongoDB. It provides an intuitive interface for constructing complex queries, enabling seamless integration and efficient data management in healthcare applications.

Notifications You must be signed in to change notification settings

mongodb-industry-solutions/query-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Demo Name Here]

[Small description of your demo here]

Where MongoDB Shines?

[Small explanation of which MongoDB features are present]

Learn more about MongoDB here.

High Level Architecture

[High level architecture diagram here use google slides]

Tech Stack

[List your tech stack]

[Example below]

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js 14 or higher

[Add more if needed]

Run it locally

  1. Navigate to the src folder.
  2. Install dependencies by running:
npm install
  1. Start the frontend development server with:
npm run dev
  1. The frontend will now be accessible at http://localhost:3000 by default, providing a user interface.

Run with Docker

Make sure to run this on the root directory.

  1. To run with Docker use the following command:
make build
  1. To delete the container and image run:
make clean

Common errors

  • Check that you've created an .env.local file that contains your valid (and working) API keys, environment and index variables.

About

Versatile query builder designed to simplify data retrieval from healthcare protocols like FHIR and OpenEHR using MongoDB. It provides an intuitive interface for constructing complex queries, enabling seamless integration and efficient data management in healthcare applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published