Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ispyb/py-ispyb

ISPyB backend server based on FastAPI
https://github.com/ispyb/py-ispyb

fastapi jwt python sqlalchemy

Last synced: 4 months ago
JSON representation

ISPyB backend server based on FastAPI

Awesome Lists containing this project

README

        

# py-ispyb

ISPyB backend server based on FastAPI.

[![codecov](https://codecov.io/gh/ispyb/py-ispyb/branch/master/graph/badge.svg?token=aqUsyDbqOG)](https://codecov.io/gh/ispyb/py-ispyb)

## Getting started

For dependencies, see [https://ispyb.github.io/py-ispyb/](https://ispyb.github.io/py-ispyb/).

For installation instructions, see [https://ispyb.github.io/py-ispyb/run](https://ispyb.github.io/py-ispyb/run)

Once installed and started, you can start using the server through the [OpenAPI documenation](http://localhost:8000/docs)

The documentation files are found in the `/docs` directory. These can be served locally:

```bash
pip install mkdocs
mkdocs serve
```

Then open [http://127.0.0.1:8080/](http://127.0.0.1:8080/)