Skip to content

Commit e728f0c

Browse files
updated readme
1 parent d52645e commit e728f0c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

110118
To generate the SDK folder from changes to the [specification/api/notify-supplier.yml](specification/api/notify-supplier.yml) OAS specification:

0 commit comments

Comments
 (0)