Web-based user interface for the server
service.
This submodule is divided into three main packages:
api
- interaction withserver
APImodel
- data coming from and sent toserver
APIpages
- UI components
To get started with development of server-ui
, run the build.py script; it will pull
all dependencies and build the project.
To start the required services, use the docker-compose.yml file.
To start the dev
server-ui
server, use the run_server.py script.
To start the dev browser, use the run_browser.py script.
To run linting and all tests, execute
./qa.py
.