After long inactivity an lack of maintaining time on this repo, we decided to archive it.
A GraphQL sample server based on HL7 FHIR Specification.
Run npm run build:dev
to build the project in watch mode. The build artifacts will be stored in the dist/
directory.
Run npm start
for a dev server. Navigate to http://localhost:4000/
. You can execute graphql queries and access the dock with playground.
Run npm run build:prod
to build the project
Run npm start