Server

server/__main__.py

This package implememts the API server for CBGM.

The main Flask driver.

This module sets up the main Flask application for user authentication and the sub-apps for each book.

To start the server go to the parent directory and say:

python3 -m server
usage: server/__main__.py [-h] [-v] [-c CONFIG_FILE]
-h, --help

show this help message and exit

-v, --verbose

increase output verbosity

-c <config_file>, --config-file <config_file>

the config file (default=’./instance/_global.conf’)