FastAPI RUFF Database This is an implementation of an API, using: FastAPI for the API SQLAlchemy for the database Data from the RRUFF database Start the server To start the server: uvicorn app.main:app --reload