Skip to content

Commit

Permalink
clinic: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Oct 4, 2023
1 parent 6e52f33 commit 753a5c3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions clinic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Clinic

## Developer Quick Start

### Prerequisites

1. [A JDK](https://openjdk.org/)
2. [Clojure](https://clojure.org/guides/install_clojure)
3. [Leiningen](https://codeberg.org/leiningen/leiningen)
4. [Docker Compose](https://docs.docker.com/compose/install/)

### Installing Dependencies

```console
npm install
lein deps
```

### Running Required Services

Clinic needs a running instance of HAPI FHIR. Use `docker-compose` to quickly
spin up a HAPI FHIR instance (port 8080) with PostgreSQL storage backend (port
5432) and a pgAdmin instance (port 5433) using bridge networking with the host.

```console
docker-compose up -d
```

0 comments on commit 753a5c3

Please sign in to comment.