ISPyB backend server based on FastAPI.
For dependencies, see https://ispyb.github.io/py-ispyb/.
For installation instructions, see https://ispyb.github.io/py-ispyb/run
Once installed and started, you can start using the server through the OpenAPI documenation
The documentation files are found in the /docs
directory. These can be served locally:
pip install mkdocs
mkdocs serve
Then open http://127.0.0.1:8080/