Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 235 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 235 Bytes

Fly Coordinate Query & Conversion Service

This code is based on CloudVolumeServer.

Run the web service locally

uvicorn --reload app.main:app

Run tests

pytest