updated docs
This commit is contained in:
parent
cfc94fd9af
commit
18e1609cb3
26 changed files with 309 additions and 14 deletions
19
server/readme.md
Normal file
19
server/readme.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Server Code
|
||||
|
||||
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./prod.js) and the development entrypoint is [dev.js](./dev.js) via `webpack-dev-server`.
|
||||
|
||||
## Server configuration
|
||||
|
||||
[config.js](./config.js) contains the schema for our configuration options. Environment variables are the preferred method for setting configuration.
|
||||
|
||||
## Middleware
|
||||
|
||||
Contains authentication and localization middleware.
|
||||
|
||||
## Routes
|
||||
|
||||
Contains all the server routes and handlers for the API and pages
|
||||
|
||||
## Storage
|
||||
|
||||
Contains implementations of possible storage engines for the files and metadata
|
Loading…
Add table
Add a link
Reference in a new issue