ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link
fastapi jwt python sqlalchemy

py-ispyb

ISPyB backend server based on FastAPI.

codecov

Getting started

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/