Server
Running server.js as a node will initialise a Fastify web server.
The startup procedure is as follows.
Inspect the environment settings provided to the process.
Setup node-postgres connection pools.
Load workspace into memory.
Declare Fastify web server.
Register Fastify modules and routes.
Start listening for requests.
Last updated