HL7-1: add documentation #4

Merged
markus merged 5 commits from 1-add-documentation into development 2025-07-30 11:07:34 +00:00
3 changed files with 9 additions and 2 deletions
Showing only changes of commit 1402b4f1ed - Show all commits

View file

@ -18,8 +18,9 @@ to a different client, the server sends back an acknowledgement and notifies the
# Getting started
1. Download the sources of the project
2. Execute `bun install` and `bun run dev` in the root directory
3. Start customizing the code to your needs
2. Copy the .env.example files to .env files
3. Execute `bun install` and `bun run dev` in the root directory
4. Start customizing the code to your needs
# Deployment

View file

@ -0,0 +1,2 @@
PUBLIC_SERVER=localhost:8080

View file

@ -0,0 +1,4 @@
PORT=8080
PREFIXES=STA,LAB
POOL_SIZE=100