Prototype web API backed by oaklib.
poetry install
Add a semantic-sql SQLite database to the root directory.
cp .env.example .env
Update .env
with the name of your local database.
make dev
Development server will be running on http://localhost:8000/. Documentation for endpoints can be found at http://localhost:8000/docs.