BritishGeologicalSurvey / stratigraph

Network stratigraphy through text mining
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Add a stub for an API #20

Closed metazool closed 3 years ago

metazool commented 3 years ago

I know this doesn't do very much yet but don't want the branch to run for too long! If we decide we would benefit from an OpenAPI spec, we can persuade FastAPI to generate one.

The tests exercise it but you can also run it locally / verify the responses by

pip install uvicorn
uvicorn stratigraph.api:app