File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This repository documents the Supplier API specification and provides an SDK wit
3232 - [ Prerequisites and Configuration] ( #prerequisites-and-configuration )
3333 - [ SDKs] ( #sdks )
3434 - [ Servers] ( #servers )
35+ - [ Libs] ( #libs )
3536 - [ Build] ( #build )
3637 - [ GitHub Actions CI/CD] ( #github-actions-cicd )
3738 - [ CI (Automatic)] ( #ci-automatic )
@@ -81,7 +82,9 @@ should understand the below.
8182
8283### pre built servers
8384
84- - Docker (csharp) ` docker run -p 3000:3000 ghcr.io/nhsdigital/nhsnotifysupplierserver:latest `
85+ - "Working" C# server [ /src/server/host] ( /src/server/host ) ` docker run -p 8080:8080 ghcr.io/nhsdigital/libshostdocker:latest `
86+ - View at [ http://localhost:8080/swagger/index.html ] ( http://localhost:8080/swagger/index.html )
87+ - Docker OAS example Server (csharp) ` docker run -p 3000:3000 ghcr.io/nhsdigital/nhsnotifysupplierserver:latest `
8588- CSharp ` server-csharp-[Version].zip `
8689
8790### Setup
@@ -105,6 +108,11 @@ should understand the below.
105108- Servers folder is being built at build time from OAS specs.
106109- TODO: Build actual servers
107110
111+ ##### Libs
112+
113+ - [ /src/server] ( /src/server ) has various separate libaries that are used by:
114+ - [ /src/server/host] ( /src/server/host ) custom loads libs for different parts of the server
115+
108116### Build
109117
110118To generate the SDK folder from changes to the [ specification/api/notify-supplier.yml] ( specification/api/notify-supplier.yml ) OAS specification:
You can’t perform that action at this time.
0 commit comments