Submission Server

Summary

Design

At the moment there is only one server (Nest.js) with one bounded context (submission). In the future there needs to be a decision as to whether all the bounded contexts for the server will live in one repository or seperate ones - either as packages or seperate servers in themselves.

TBD - how what and where

Configuration

  • database connection / config

Deploy & Test

  • Explain docker

  • Explain tests

Examples

  • Storage format

  • Example Code see continuum-auth

FROM xxxx

Last updated