Skip to content

harmakit/dicomweb-pacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicomweb-pacs

DICOM PACS powered by Go and React

Backend app: dicomweb-pacs-api
Frontend app: dicomweb-pacs-front


Installation

Get Docker Compose

Find out how to install it for your machine on official Docker page

Get project files

$ git clone https://github.com/harmakit/dicomweb-pacs.git
$ cd dicomweb-pacs
$ ./gitmodules.sh

Run Docker Compose containers

$ docker compose -f docker/docker-compose.yml up

Run database migrations

$ docker compose -f docker/docker-compose.yml exec api ./main migrate

Start using the app

Open http://localhost:49200/ to access the app


To receive updates run

$ git submodule update --remote --merge

Screenshots

Home screen

Home screen

Studies list

Studies list

Study -> Series list

Study -> Series list

Series view

Series view

Instance view

Instances view

Releases

No releases published

Packages

No packages published

Languages