Skip to content

NestJS API, which consumes sample medical data & stores in postgres db

Notifications You must be signed in to change notification settings

mihajm/jsonHomework

Repository files navigation

Description

An api, which consumes medical JSON data & stores it in a docker created postgres database.

Installation

$ npm install

Running the app

# run in watch mode
$ docker compose up -d
$ npm run start:dev


# Information

Swagger documentation is available at localhost:3000/docs/ once watch mode has started.

The API is accessible on 3 endpoints /api/doctor/ /api/patient/ & /api/disease/

About

NestJS API, which consumes sample medical data & stores in postgres db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published